in reply to Re^2: redirect in more than standalone mode
in thread redirect in more than standalone mode

Try running that from the command line, and you'll see it print your HTML after the redirection header lines. Whether or not the HTML will appear in a web browser will depend upon many things, among them:

What it will not do for you, though, is present you with the option to do your download. The redirect is unconditional. If instead you want to present a hyperlink to the download URL, then just do that without bothering with a redirection header.

  • Comment on Re^3: redirect in more than standalone mode