nvitucci opened a new pull request #22: Add support for CORS
URL: https://github.com/apache/metamodel-membrane/pull/22
 
 
   This PR is meant to make it easy to enable CORS (for instance, to support 
the use of an API visualisation tool or to call the server externally).
   
   To run the updated server:
   
   `$ ENABLE_CORS=true java -jar -server 
undertow/target/membrane-undertow-server.jar`
   
   This is a very specific solution. If a more general solution is preferred 
(e.g. to support the addition of any kind of header), please feel free to 
modify it or to discard it altogether.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to