Support OPTIONS/CORS
kuhnroyal opened this issue · 2 comments
kuhnroyal commented
I have CORS requests which fail with "405: Method not allowed" when sending the pre-flight OPTIONS request.
It seems the response access control headers are correct but the OPTIONS
method is considered not allowed because it is the put
endpoint.
I think all endpoints should allow OPTIONS
. What do you think?
sharat87 commented
Thanks @kuhnroyal for reporting this. Should be fixed now.
kuhnroyal commented
Thanks, I can confirm that it works now!