Host Engineering Forum
General Category => Do-more CPUs and Do-more Designer Software => Topic started by: Bolt on June 11, 2023, 05:04:45 PM
-
I'm trying to develop a separately hosted site that pulls data from a BRX via API, but getting response:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <BRX IP Address?query>. (Reason: CORS header 'Access-Control-Allow-Origin' missing). Status code: 200. Pulling the API query from a web browser returns the data just fine. What changes can be made to deal with this?
-
CORS is a network policy setup that the website server uses.
Who is hosting the website and what kind of server are you using?
-
I'm having a web developer build it, I think he's just hosting it on his local machine at the moment (with WAMPP).