7 ms·
>it means that it's impossible to download public data from a web app without proxying it through your own server. Maybe with a subdomain that points to the ta
by seri4l 2y ago
>it means that it's impossible to download public data from a web app without proxying it through your own server.
Maybe with a subdomain that points to the target website IP? If it supports HTTP and doesn't check the host header it should be fine. That's pretty exceptional these days though.
Edit: I just checked and a subdomain won't do it, it needs CORS as well.