gyng/save-in

Pass Referer when following redirections in HEAD requests

proItheus opened this issue · 2 comments

Currently, after turning on the option, the plugin does include the Referer field when doing HEAD requests in firefox, but when the site gives a 302 redirection, the redirected request contains no Referer. I'm using a website which redirect my download to some s3 storage site, and get all my filenames become download due to the storage site returning 403 for the HEAD request ...

Sorry for my bad English : )

gyng commented

This looks difficult as I don't see any webRequest API to follow redirects as well. I'm happy to be corrected, of course.

You can use the Addon SimpleModifyHeaders and try with it,
to bypass the restriction, it works great with the Addon "Imagus Mod".

This is how the settings for SimpleModifyHeads looks like currently on my FF.

Screenshot 2024-05-02 at 09-40-39 Simple Modify Headers