Posts by Wiharlley Yithzak • 31 points
2 posts
-
2
votes3
answers11983
viewsA: Access-Control-Allow-Origin error with Xmlhttprequest()
Solution: As the API server I was working on was not returning the CORS protocol and the browser was performing communication blocking, after much searching I found the solution on the link: Using…
-
1
votes3
answers11983
viewsQ: Access-Control-Allow-Origin error with Xmlhttprequest()
Hello, I’m having the following mistake: No 'Access-Control-Allow-Origin' header is present on the requested Resource. Already researched and the solution I find is to add:…