CORS Support (Bug_ID: #1684)
This topic concerns an approved BUG in our API Support for CORS.
Our API as of Version 2.1-24 is missing the [OPTIONS] HTTP Method required for full support of CORS. This leads to Problems especially when using Firefox to run a javascript app from a non-proxied server or on your local machine.
Currently the API responds to calls for "OPTIONS /<endpoint>" with a 404 instead of a valid response providing required "Allowed: ..." header information.
The bug is approved by the dev-team and taken into our ticketing system under ID #1684.
This bug has been fixed with API 2.1-28