HTTP New location after download starts
- by Flavius
Hi
I'm using X-Accel-Redirect (so implicitly nginx), Content-Type and Content-Disposition to download a file, everything works great.
What I need to accomplish is redirecting to a new location after the download starts.
I've tested with both Refresh and Location, it doesn't work. Is it possible with HTTP 1.1/nginx?