requests-html icon indicating copy to clipboard operation
requests-html copied to clipboard

after render without cookie

Open wanghualei2 opened this issue 1 year ago • 0 comments

Hello, I encountered some issues while using requests_html. When I call render, the browser does not seem to successfully set the cookie, which leads to the JavaScript code assuming I am not logged in and redirecting me to the login page. In fact, I have already accessed the login page and the response includes a set-cookie. In theory, the cookie should be set after rendering.

wanghualei2 avatar Apr 07 '24 07:04 wanghualei2