Commit 4e164ebd authored by justcoding121's avatar justcoding121

uncomment

parent cf3eb566
......@@ -12,9 +12,9 @@ namespace Titanium.Web.Proxy.Examples.Basic
{
public void StartProxy()
{
// ProxyServer.BeforeRequest += OnRequest;
// ProxyServer.BeforeResponse += OnResponse;
// ProxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
ProxyServer.BeforeRequest += OnRequest;
ProxyServer.BeforeResponse += OnResponse;
ProxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
//Exclude Https addresses you don't want to proxy
//Usefull for clients that use certificate pinning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment