You could try playing with the headers to do a 302 redirect but I'm not sure if it will work
The "proper" way of handling this would be to have a frontend that:
1. requests the zip download 2. redirects to the desired page
This is how we manage it using Data Controller for SAS.
... View more