Disable Same Origin Policy
i have been trying to make something that uses HTTP get to get the content of something, but every time i do i get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at (thing here). (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
nothing i do seems to fix this so i would like to be able to disable this for a specific website (or in this case html file stored on my computer) how do i do this?
i have been trying to make something that uses HTTP get to get the content of something, but every time i do i get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at (thing here). (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
nothing i do seems to fix this so i would like to be able to disable this for a specific website (or in this case html file stored on my computer)
how do i do this?
All Replies (1)
Try to ask advice at the Stack Overflow forum site.