the company outsourced the project to someone else to do it, and now it is necessary to log in without login. The login of the project is to use the account password to call the API and store the data in cookie, then judge the cookie, and then enter the home page.
what you need to do now is to jump through the form form and save the cookie with js, but you can"t get in after the jump. Cookie is empty. You can see the cookie after logging in through the account password. The local run jump is valid, but the remote operation is invalid.
Note: js jumps to the .aspx page;
solves