Skip to content

Support for OPTIONS request

Compare
Choose a tag to compare
@bwaidelich bwaidelich released this 19 Aug 09:02

Adds a simple HTTP Component that responds to OPTIONS request with
a corresponding HTTP response if a corresponding endpoint is configured:

HTTP/1.1 200 OK
Allow: GET, POST
Content-Length: 0