Skip to content

Add cross-origin resource sharing (CORS) headers to responses

Thomas Pétillon requested to merge tpetillon/P4CaaS:cors into develop

Adding CORS headers to responses make the service usable from a web browser using AJAX requests.

This PR adds CORS headers to every response, to any client.

Edited by Thomas Pétillon

Merge request reports