Streaming with Fiddler?
I want to stream my game, but whenever I do it with Fiddler running the stream is shown as offline for me and I can't moderate my chat. How would I be able to allow my site to be untouched by Fiddler proxy?
In Fiddler, if you navigate to Tools > Options > Connections, there is a box labelled 'Bypass Fiddler for URLs that start with:'. In this box you can set URLs for Fiddler to bypass, so that Fiddler does not interfere with those URLs. This may be your problem. The full URL does not have to be used, an example of text in this box is:
<-loopback>;https://presence-heartbeat.xboxlive.com;https://achievements.xboxlive.com
It is important to note that URLs are separated using a semicolon. Whilst editing, you do not have to include the '<-loopback>'. Fiddler will automatically add this part once you have finished editing.
Hope this helps.