serverless-contact-us-form
serverless-contact-us-form copied to clipboard
Enable CORS preflight requests
Add an OPTIONS HTTP method in addition of POST.
The CORS preflight request (OPTIONS) is sent by browser when calling the POST API endpoint from ajax/axios calls