There is a web page where I can download zip files using "Save Link As" option in chrome but when I copy link address and open that in the browser it returns 403/forbidden. I tried to save the file using requests library but it also gets forbidden response.
I don't know how chrome can download it but I can't download using requests library.
How can I download the file without using selenium web driver as that will be overkill for this simple task?
