Closed vasile closed 10 months ago
Hi @skinkie, @ue71603 here is a PR allowing the API to be used with a full OJP TripRequest response. Also the CORS headers are enabled to allow testing from webapps.
CORS
In my perspective CORS should be managed at an API proxy, not at the application layer.
Please don't mix features in a pull request.
Agree @skinkie, lets have the CORS at the server level
Hi @skinkie, @ue71603 here is a PR allowing the API to be used with a full OJP TripRequest response. Also the
CORS
headers are enabled to allow testing from webapps.