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
I was getting "Access Denied" error when visiting a website but after some research realized it was because WRP was using Chrome in headless mode. I'm using WRP on a Linux server.
I fixed the issue by turning headless mode off. Unfortunately, documentation on how to use the "-h" argument in command line is not completely clear. I had tried "-h false", "-h off", "-h 0", none of which worked. I stumbled across "-h=false" which finally did work.
I wanted to find out if the solution presented in this article would help with this problem and if it was possible to be implemented in a future version: https://jsoverson.medium.com/how-to-bypass-access-denied-pages-with-headless-chrome-87ddd5f3413c
EDIT: While using non-headless mode:
Sometimes a website will force open a new tab when clicking on a link. Is it possible to redirect the client browser to the new tab? The default behavior at the moment is that when a new tab is opened in Chrome, the client browser stops displaying any new pages.
The text was updated successfully, but these errors were encountered:
I was getting "Access Denied" error when visiting a website but after some research realized it was because WRP was using Chrome in headless mode. I'm using WRP on a Linux server.
I fixed the issue by turning headless mode off. Unfortunately, documentation on how to use the "-h" argument in command line is not completely clear. I had tried "-h false", "-h off", "-h 0", none of which worked. I stumbled across "-h=false" which finally did work.
I wanted to find out if the solution presented in this article would help with this problem and if it was possible to be implemented in a future version:
https://jsoverson.medium.com/how-to-bypass-access-denied-pages-with-headless-chrome-87ddd5f3413c
EDIT: While using non-headless mode:
Sometimes a website will force open a new tab when clicking on a link. Is it possible to redirect the client browser to the new tab? The default behavior at the moment is that when a new tab is opened in Chrome, the client browser stops displaying any new pages.
The text was updated successfully, but these errors were encountered: