I wanted to get an Idea as to how i would achieve this:
I have a 3rd party URL to a downloadable file.
I have a Rest Service with a different URL.
- When a user accesses my REST URL, It dynamically switches the 3rd party URL in place.
i wanted to achieve this for security purposes.
NOTE: i was thinking of sending a JS script instead, which will initiate the second download.