CORS and HTTP authentication
Posted on 2015-06-27 in Auto-hébergement • Tagged with nginx, apache, webdav, owncloud
Sommaire
Before doing a request (POST, GET, PUT, …) on another domain with Javascript, web browsers will perform an OPTIONS request to verify that the request is likely to be accepted by the server. They mostly check for CORS headers.
This doesn't cause any troubles if …
Continue reading