options-example tagged requests and articles

Categorized request examples and articles tagged with [options-example] keyword
How do I send OPTIONS request?
Browsers send the OPTIONS request method to find the supported HTTP methods and other parameters supported for the target server before sending the actual HTTP request. Browsers send OPTIONS requests when they send a CORS request to another origin. In this HTTP OPTIONS request example, the client requests the available parameters for the HTTP POST method. Click Send to execute an OPTIONS request online and see the results.