requests-html
requests-html copied to clipboard
after render without cookie
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.