Fri, 08/31/2018 - 00:29
#1
HTTP Request status code 403
Hello
I have encountered a cross-domain problem.
Below is the output of the console.
Failed to load https://www.mapquestapi.com/search/v3/prediction?limit=5&collection=poi%... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 403. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
403 is an error warrning you that the request to the server from the domain failed,
This is most lickly a server restriction or something like that.