An HTTPS page of mine is requiring me to just link to HTTPS resources. Otherwise, user-warning messages appear. I wanted it to be possible to download a file from the site without any warning message to the user. Except that I need to save the file to another location that only serves HTTP. Is it possible to create a file on the HTTPS server that redirects the download to be downloaded from the HTTP server?