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
Has anyone successfully gotten GHOSTS to log into websites with the browser handlers, and then use that authentication to browse URLs that are protected by authentication? I have configured a handler with randomalt to do POST requests, and I can see the authentication attempts on my web server, but it looks like the cookie isn't getting caught / saved to the browser session, so that when the client tries to access protected content, they are not authorized.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone successfully gotten GHOSTS to log into websites with the browser handlers, and then use that authentication to browse URLs that are protected by authentication? I have configured a handler with
randomalt
to doPOST
requests, and I can see the authentication attempts on my web server, but it looks like the cookie isn't getting caught / saved to the browser session, so that when the client tries to access protected content, they are not authorized.Example handler:
Beta Was this translation helpful? Give feedback.
All reactions