You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to see the har file and I can see that during login POST request cookies are not sent. I don't know the reason for this but will appreciate it if anyone can help with this or point me in the correct direction.
Please let me know if I need to provide any thing more to help you reproduce this bug.
Thank you,
Binit
The text was updated successfully, but these errors were encountered:
Description
I am trying to login into the https://countyfusion5.kofiletech.us/countyweb/loginDisplay.action?town=&countyname=Franklin by clicking the "Login as a guest button" using playwright-scrapy, but am redirected to this URL "https://countyfusion5.kofiletech.us/countyweb/loginDisplay.action?countyname=Base&errormsg=error.invalid.struts2.token". When I try with playwright alone, there seems to be no problem but with scrapy-playwright I am getting the issue.
Code to reproduce
My takeway
I used har_saver as playwright context with code
to see the har file and I can see that during login POST request cookies are not sent. I don't know the reason for this but will appreciate it if anyone can help with this or point me in the correct direction.
Please let me know if I need to provide any thing more to help you reproduce this bug.
Thank you,
Binit
The text was updated successfully, but these errors were encountered: