This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
Pac file
#842
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like ti migrate from fiddler core to titanium but my app monitor only one domain name.
We can use :
if (!hostName.Contains("mydomain.com"))
{
e.DecryptSsl = false;
}
But it only not decode ssl all tracking still tunnel to titanium , memory size increase and maybe connection speed decrease. I like to use titanium only with this domain.
With fiddler i use .HookUsingPACFile() but with titanium is it a way to use https://127.0.0.1/config.pac?
Beta Was this translation helpful? Give feedback.
All reactions