netcore2-reverse-proxy
netcore2-reverse-proxy copied to clipboard
An example of how to implement a reverse proxy in .NET Core 2
Hi, I tried your code by adding myself and then downloaded your sample code also. The controls are still not working on google docs page. I tried to select radio...
this is a very good sample,but my websites has websocket also, so this code is not effect, can you add this part? thank you!
great example. Just a not, in a windows authentication (NTLM) network, just do that : `private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler { UseDefaultCredentials = true });` to...
Let's merge this on the post's publishing date 01/03/2019 - thanks!