When I want to log in, Google won't let me enter the password, I think it's detecting the proxy connection
screenshot: https://prnt.sc/m2bX8sJ6ktgM
I'm using thenPassThrough to let all the traffic through
await server.forAnyRequest().always().thenPassThrough();
how can i login to Google?
When I want to log in, Google won't let me enter the password, I think it's detecting the proxy connection screenshot: https://prnt.sc/m2bX8sJ6ktgM I'm using
thenPassThrough
to let all the traffic throughawait server.forAnyRequest().always().thenPassThrough();
how can i login to Google?