Management API CORS

Not applicable

It seems the Management API (http://docs.apigee.com/management/apis) does not support CORS (on-premise). Specifically, an OPTIONS request to the API results in a code 500 response.

I'd like to create a static site to simplify Management API work without having to proxy through some service. Is there any way to enable CORS?

Edit: The error message is "No message body writer has been found for response class ResponseImpl."

4 2 366
2 REPLIES 2

Not applicable

This looks more like a bug than a missing feature. Any official response would be helpful.

Any news on this ? Trying to figure out how to connect my Angular APP to the management API but I get the exact same Error when the browser sends the "OPTIONS" preflight call