Compare Revisions

OPTIONS

Change Revisions

Revision 1129915:

Revision 1129915 by fscholz on

Revision 1129917:

Revision 1129917 by fscholz on

Title:
OPTIONS
OPTIONS
Slug:
Web/HTTP/Methods/OPTIONS
Web/HTTP/Methods/OPTIONS
Tags:
"HTTP" "Reference" "Request method"
"HTTP" "Reference" "Request method"
Comment:
new page
Content:

Revision 1129915
Revision 1129917
n72    <h2>n72    <h2 id="Examples">
n75    <h3>n75    <h3 id="Identifing_allowed_request_methods">
76      Identifing allowed request methods76      Identifying allowed request methods
n97    <h3>n97    <h3 id="Preflighted_requests_in_CORS">
n116      The server responds with {{HTTPHeader("Access-Control-Allown116      The server responds with {{HTTPHeader("Access-Control-Allow
>-Methods")}} and says that <code>POST</code>, <code>GET</code>, a>-Methods")}} and says that <code>POST</code>, <code>GET</code>, a
>nd <code>OPTIONS</code> are viable methods to query the resource >nd <code>OPTIONS</code> are viable methods to query the resource 
>in question.&nbsp; This header is similar to the {{HTTPHeader("Al>in question. This header is similar to the {{HTTPHeader("Allow")}
>low")}} response header, but used strictly within the context of >} response header, but used strictly within the context of CORS.
>CORS. 
t169      <li>{{HTTPHeader("Allow")}}t169      <li>{{HTTPHeader("Allow")}} header

Back to History