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?
Addendum
I am looking for a HTTP-only approach. No javascript, no <meta>.
The download starts after processing a POST form.