Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP method OPTIONS is needed for HAL REST API's integration #3307

Closed
dsingh45 opened this issue Mar 22, 2024 · 2 comments · Fixed by #3308
Closed

HTTP method OPTIONS is needed for HAL REST API's integration #3307

dsingh45 opened this issue Mar 22, 2024 · 2 comments · Fixed by #3308
Labels

Comments

@dsingh45
Copy link

dsingh45 commented Mar 22, 2024

Summary

All CRUD methods are already available for creating a Query, however OPTIONS method is also required while integrating with HAL (hypertext application language) supported REST APIs. Generally, OPTIONS method is specific to preflight browser requests but for HAL supported, self documenting REST APIs, OPTIONS response carries hyper-schema of the resource.

Examples

No response

Motivation

No response

Search keywords: OPTIONS HTTP Method for HAL REST API

@dsingh45 dsingh45 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Mar 22, 2024
@Janpot Janpot removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Mar 22, 2024
@Janpot
Copy link
Member

Janpot commented Mar 22, 2024

Sure, we can support OPTIONS: #3308

@Janpot
Copy link
Member

Janpot commented Mar 25, 2024

Will be included in the upcoming release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants