httptoolkit / mockttp

Powerful friendly HTTP mock server & proxy library
https://httptoolkit.com
Apache License 2.0
786 stars 88 forks source link

Problem Google login | Couldn’t sign you in #135

Closed antoc0d3 closed 1 year ago

antoc0d3 commented 1 year ago

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?

antoc0d3 commented 1 year ago

Sorry, my problem was caused by running in automated test mode.