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
Trying to validate a VAT number and i get this CORS error:
Access to fetch at 'https://ec.europa.eu/taxation_customs/vies/services/checkVatService' from origin 'https://domain.test' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
The text was updated successfully, but these errors were encountered:
Not really, to avoid CORS issues, 90% of the time you have to do the request from the server (at least in my experience), so i used a server-side package for PHP which is my back-end language and it did the trick.
Trying to validate a VAT number and i get this CORS error:
The text was updated successfully, but these errors were encountered: