app
app copied to clipboard
CORS configuration
Assuming a default CORS configuration, it seems it's only possible to make a GET request to app.piratepx.com (namely the /ship endpoint) from:
- the same domain (i.e. piratepx.com)
- a non-browser client such as curl
More info here: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS