Jim Wright
Jim Wright
I have the same question - I found that in RequestHandler.cs there is a HandleClient method, which has this code ``` var httpCmd = await clientStreamReader.ReadLineAsync(); //Now create the request...
I also found in RequestHandler.cs, the HandleClient method, that if endPoint.EnableSsl is false, then clientStreamWriter is not set, which prevents the stream going back to the browser. Fixed it by...
We have it working @mcintyre321 - what have you tried? Some key changes were in my posts above. You need to use the NewUri event to redirect the request to...
It happens to me too, but it's not from being relaunched. I hibernate a lot, but I doubt that is related.
Sorry, maybe I'm not reading closely enough, but isn't what you described what this extension does already?
For what it's worth (which may not be a lot) I did it in VS Code on Win 10 without a problem - but I had to manually install all...