tholian-network / stealth

:rocket: Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy
GNU General Public License v3.0
1.04k stars 301 forks source link

HTTP Connection: Content-Location and Content-Disposition support #85

Open cookiengineer opened 3 years ago

cookiengineer commented 3 years ago

The HTTP Content-Location and Content-Disposition headers are currently unsupported. Many download scripts on the server side serve files this way, which means that it's cookie/session dependent and, more importantly, might not be reproducible for other users depending on what the session returned.

In order to minimize the amount of potential reproducibility issues, the current plan is to treat files serving these types of contents as URLs that redirect, and that these files themselves do not serve any content.

Necessary stealth/Request modifications:

LuLuElayne commented 2 years ago

This is based on my findings in my own iPhone. It's been done without my permission!