Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CORS support to REST API #68

Closed
swftvsn opened this issue Aug 22, 2024 · 2 comments
Closed

Add CORS support to REST API #68

swftvsn opened this issue Aug 22, 2024 · 2 comments

Comments

@swftvsn
Copy link

swftvsn commented Aug 22, 2024

Hi,

we'd like to use the API to validate the address the user inputs in our system. This is done in the client in browser and is now blocked due to missing CORS headers.

Please add Access-Control-Allow-Origin: * header to API response, if the API is considered to be open to use to enable the usage directly from browser apps.

Thank you!

@phax
Copy link
Owner

phax commented Aug 22, 2024

Yes makes sense. Thanks for the hint

phax added a commit that referenced this issue Aug 22, 2024
@phax
Copy link
Owner

phax commented Aug 22, 2024

Implemented in the upcomoing 0.13.5 version. I don't know when it will be deployed on Peppol servers. Please consult the Peppol Service Desk for that matter - thanks :)

@phax phax closed this as completed Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants