Skip to content

properly implement OPTIONS * HTTP/1.1 #628

@TallTed

Description

@TallTed

Issue logged as requested by @dmitrizagidulin in comment on solid-spec PR 103.

OPTIONS * HTTP/1.1 should receive a response indicating the full capabilities of the server, as discussed in HTTP RFC 7231 section 4.3.7 "Request Methods -- Method Definitions -- OPTIONS" and 7230 section 5.3.4 "Message Routing -- Request Target -- asterisk-form".

The special * request-target does not designate any specific resource(s), and (some) capabilities presented for this request might not be available for any specific resources (in other words, might be available for no specific resources) handled by that server; this response only represents what the server is capable of -- what might be available for any resource thereon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    revisitNot a current priority, reconsider later

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions