I am writing an app that does a CORS preflight, and am trying to
handle that in php. I have code that would work if it ever ran, I
added some logging that logs the request method. After trying for a
while in curl I can see that there are no instances of "OPTIONS" in
the log.

Doing some reading I saw that httpd used to consume these requests,
but they should have been delegated (since 2.2.7 or so). My config is
free of anything other than what is included in debian and a basic
vhost. Does anyone have any insight as to what might be causing this
weird behavior?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to