Hypertopic / AAAforREST

An HTTP reverse proxy to bring authentication, authorization and accounting to RESTful applications
GNU Affero General Public License v3.0
6 stars 5 forks source link

Cross-origin resource sharing (CORS) #16

Closed benel closed 6 years ago

benel commented 9 years ago

Handling CORS on AAAforREST would prevent to implement it on the upstream server (as here).

In a first implementation, the origins white-list defined in the settings could be sent as such (exactly as in the previous link).