I don’t have much knowledge about web and REST services, can be said beginner. Yesterday, I saw a term while wanting to retrieve information my website by the url. Using apirequest.io, when I try to send GET
request to the url, the following error message is received.
Error: Request has been terminated
Possible causes: the network is offline,
Origin is not allowed by Access-Control-Allow-Origin,
the page is being unloaded, etc.
The point I don’t understand I simply send GET
request. The API cannot access it with the request. Yet, a simple browser can read its content. What are the points I don’t know?