-
Notifications
You must be signed in to change notification settings - Fork 87
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
Support for HEAD and OPTIONS #115
Comments
Definitely nice to have, but are they really essential to implement in core? |
Good point, probably you are right. Maybe we could also just mention them in an informative way to make everyone aware of them, but no add anything normative. |
Informative is fine until we get further feedback from TB14, etc ... |
The WFS specification can and should refer to RFC 7231. https://tools.ietf.org/html/rfc7231#section-4.3.2 states:
|
15-April-2019 Teleconference: Do not add requirements for HEAD / OPTIONS. Recommend that HEAD is implemented (it is also simple to support). OPTIONS is needed for CORS and we should mention it in that context. |
resolved by #208 |
Currently, the Core only requires support for the GET method.
In practice, support for HEAD and OPTIONS for all resources should be considered, too:
(This was originally raised in #105.)
The text was updated successfully, but these errors were encountered: