This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
Set authentication credentials for requests from Titanium #800
Open
Description
Hi,
Is it possible to set authentication credentials that will be used with each request? To understand what I mean, look please at Fiddler and its ability to specify X-AutoAuth
parameter: https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/AuthenticateWithCBT. From the mentioned article:
To use creds other than your Windows login credentials, set X-AutoAuth to "domain\username:password"
Is it possible to specify desired creds with Titanium?