Auto-configures the proxy to route all requests through Fiddler
timeseriesClient_configureProxy.Rd
This method configures the R proxy to route everything through Fiddler if it is running
Examples
if (FALSE) {
Sys.setenv(http_proxy="http://localhost:8888") # Enables Fiddler capturing of traffic
Sys.setenv(http_proxy="") # Disables Fiddler proxying
}