I’m currently trying to check this website for it’s current list of patches and select the newest zip file back and download it. Manually, the zip file automatically pops up after I accept EULA, but in the background it redirects elsewhere (somewhere beyond the scope of network tools/Wireshark etc.)
I’ve been using the request commands to pull the zip, but instead it returns the html of the page that it redirects to (not of the zip itself).
Thus it seems I can accept the EULA, and then it redirects somewhere. But when I create that zip, based off of that the content inside is all wrong.
Is it possible to still save that zip (with requests?) If not, what are the alternatives?
Edit: Maybe an add on, or maybe the real issue. How can I tell if I’m still logged in to a site? I previously used the request session, and posted my login details then checked if it went through. But now I’m starting to feel like it’s not logging me in because the same html I received from the EULA get command is recurring everywhere else. My return looks something like the src code behind LOG IN, also shows when I’m looking at the response from the EULA
Instead of the actual list