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

Capabilities Endpoint methods missing "OPTIONS" #324

Closed
m-mohr opened this issue Jul 20, 2020 · 0 comments
Closed

Capabilities Endpoint methods missing "OPTIONS" #324

m-mohr opened this issue Jul 20, 2020 · 0 comments

Comments

@m-mohr
Copy link
Member

m-mohr commented Jul 20, 2020

For each endpoint in GET / the methods can be specified. The enum only lists: "GET" "POST" "PATCH" "PUT" "DELETE".
The description states: "It is OPTIONAL to list OPTIONS as method (see the CORS section)."
That means we need to add "OPTIONS" to the enum, otherwise validation would fail if OPTIONS is included in the methods.

@m-mohr m-mohr added this to the v1.0.1 milestone Jul 20, 2020
@m-mohr m-mohr changed the title Capabilities Endpoint methods missing "OPTIONAL" Capabilities Endpoint methods missing "OPTIONS" Jul 20, 2020
@m-mohr m-mohr closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant