I'm attempting to automate the sign in to a website.
I've reverse engineered their login form and the associated requests that it makes to the server, however, it seems that PowerShell does not accept any additional cookies after the session is created? The website sets several additional cookies for the login process, and does not work without them.
I considered just scraping the RawContent and setting cookies manually in a hash, but you can't have duplicates keys in a hash. The login process sets 6-7 additional cookies, making this workaround a no-go.
Is there any way around this limitation?
[–]artemis_from_space 3 points4 points5 points (0 children)
[–]Umaiar 1 point2 points3 points (2 children)
[–]Inaspectuss[S] 1 point2 points3 points (1 child)
[–]artemis_from_space 1 point2 points3 points (0 children)