Conversation
|
thanks so far! besides, shouldn't any http client that sends "exotic" requests be prepared for the server not supporting them?
can you give more details? i can not see such behaviour anywhere... maybe somebody who knows more about the volkszaehler.org middleware can comment. |
|
Let's discuss that in #979 |
Return the allowed HTTP methods and origins in response to OPTIONS requests. HEAD requests are simply handled as GET requests. At least Apache HTTP server removes the content and only sends the headers over the line. Resolves: volkszaehler#979
|
unless somebody objects, I will merge this |
|
the updated implementation looks much better, thanks! |
Simply map OPTIONS to GET requests, just as nginx and apache do.
Resolves: #979