Essential Reading for IT Development Testers: The Often Overlooked HTTP OPTIONS Method
Assuming you have an API and you want to convey the types of operations that users can perform at a specific endpoint. You can use external description formats like OpenAPI or JSON Schema, but sometimes it’s also nice to convey this information dynamically on the API itself.<span><span>OPTIONS</span></span> is the method used for this purpose. You … Read more