6 Replies Latest reply on Jan 9, 2015 5:36 AM by ctomc

    Can I add Headers in HTTP responses of the Managment API ?

    sewatech

      I'm using the Management HTTP API in a small AngularJS app. The application is access through an URL which is different from the Management one. I have three solutions to make it work :

      - Access to the API via a reverse proxy (this is the one I'm using for the moment)

      - Using JSONP

      - Using CORS

       

      CORS is my favorite one, but it requires to add new Headers in the response.

       

      My question is : Is there a way to configure additional headers in the HTTP response ? Or is there a way to develop (easily) this feature ?