Hi community,
I am studying a way to hide my information from being shown in the Fiddler Program, but I did not succeed.
I was reading in the stackoverflow forum and I came across a post similar to my doubt. In it is placed a code that prevents you from using Proxy while you are using your application, Would it have How to use that some code in b4a??
https://stackoverflow.com/questions/42602832/hide-https-traffic-made-by-my-application-from-fiddler
code > "HttpWebRequest.DefaultWebProxy = new WebProxy();"
I am studying a way to hide my information from being shown in the Fiddler Program, but I did not succeed.
I was reading in the stackoverflow forum and I came across a post similar to my doubt. In it is placed a code that prevents you from using Proxy while you are using your application, Would it have How to use that some code in b4a??
https://stackoverflow.com/questions/42602832/hide-https-traffic-made-by-my-application-from-fiddler
code > "HttpWebRequest.DefaultWebProxy = new WebProxy();"
Last edited: