Actions
Bug #3166
closedSupport for the http OPTION request in the web server
Start date:
2015-10-16
Due date:
% Done:
100%
Estimated time:
Found in version:
4.1-611~g403a432-dirty
Affected Versions:
Description
When making a XMLHttpRequest in js and add headers (like authorization), the js will first post an OPTIONS /api/channel/grid HTTP/1.1 request to the web server which is not recognized by the webserver, so the webserver returns an 400 bad request.
Actions