How can I handle the HTTP authentication with iOS Safari?

How can I handle the HTTP authentication with iOS Safari?

Hi Ian-patridge,

You need to add the below command on CMD while configuring the binary tunnel:

LT --user <username> --key <access_key> -b https://username:password@the-internet.herokuapp.com/basic_auth --mitm

To handle HTTP authentication, you need to provide your username and access key. In the mentioned command, "admin:admin" represents the username and password for the URL (The Internet). However, you’ll need to modify the command according to your specific website and credentials.

Then add the URL in the script and this will bypass the basic authentication.