Basic auth flag with tunnel in order to bypass the basic auth pop in Safari. How do I fix this?

I have been using the basic auth flag with tunnel in order to bypass the basic auth pop in Safari. LT --user *** --key *** --basic-auth https://admin:admin@the-internet.herokuapp.com/basic_auth However, it is not working. Please help me fix this.

Hi Tom,

In order to use basic auth with tunnel, you need to pass --mitm flag as well while starting the tunnel.

LT --user *** --key *** --basic-auth https://admin:admin@the-internet.herokuapp.com/basic_auth --mitm