Commit 17b3544f authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

Merge pull request #191 from pjstorm/patch-1

Update ProxyTestController.cs
parents 3d0b5807 c9c1e5a9
...@@ -47,7 +47,7 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -47,7 +47,7 @@ namespace Titanium.Web.Proxy.Examples.Basic
proxyServer.Start(); proxyServer.Start();
//Transparent endpoint is usefull for reverse proxying (client is not aware of the existance of proxy) //Transparent endpoint is useful for reverse proxying (client is not aware of the existence of proxy)
//A transparent endpoint usually requires a network router port forwarding HTTP(S) packets to this endpoint //A transparent endpoint usually requires a network router port forwarding HTTP(S) packets to this endpoint
//Currently do not support Server Name Indication (It is not currently supported by SslStream class) //Currently do not support Server Name Indication (It is not currently supported by SslStream class)
//That means that the transparent endpoint will always provide the same Generic Certificate to all HTTPS requests //That means that the transparent endpoint will always provide the same Generic Certificate to all HTTPS requests
...@@ -181,4 +181,4 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -181,4 +181,4 @@ namespace Titanium.Web.Proxy.Examples.Basic
return Task.FromResult(0); return Task.FromResult(0);
} }
} }
} }
\ No newline at end of file
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