switchboard icon indicating copy to clipboard operation
switchboard copied to clipboard

Async C# 5 / .NET4.5 Http intermediary server (proxy).

Results 3 switchboard issues
Sort by recently updated
recently updated
newest added

I'm testing using a soap post request and it never returns a response. Looks like switchboard hangs if original client sends Expect: 100-continue header.

var endPoint = new IPEndPoint(IPAddress.Loopback, 8051); var handler = new SimpleReverseProxyHandler("https://secureauthappl.paynenet.com/secureauth71"); var server = new SwitchboardServer(endPoint, handler); The above url will only render the base url of https://secureauthappl.paynenet.com. This would...

Hi, don't know if you still maintain this.. I needed a library like this and wanted to give your's a try. Unfortunately the HttpMachine's interface changed in the meantime so...