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.
Issue logged as requested by @dmitrizagidulin in comment on solid-spec PR 103.
OPTIONS * HTTP/1.1should 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.