hrequests icon indicating copy to clipboard operation
hrequests copied to clipboard

Ability to inherit cookie jar directly into browser

Open sadikhan918 opened this issue 1 year ago • 0 comments

Currently, the way to inherit cookies into a browser is to create a session, inherit the cookies there, create a request to the page, and then render the request. Some webpages can detect the initial request and will "mark" the browser as suspicious, causing some issues. If the browser is created with a BrowserSession instead, the issues go away, but cookies can't be directly put into the browser, unless I am mistaken. Would be a great feature to have.

sadikhan918 avatar Jan 23 '25 22:01 sadikhan918