I have a small problem, I want to recover data in JSON format from this URL on my application: https://www.oscaro.com/xhr/dionysos-search/fr/fr?plate=AD865ZF
When I enter this url on my browser it works perfectly.
However when I try to recover this JSON from my application in PHP (curl) or Javascript (xhr) I can't recover the data I get a CORS error.
Do you know how I can recover this data from my application?
Thank you in advance,
Yours sincerely,