You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 :)
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!
The text was updated successfully, but these errors were encountered: