I have an intranet web app that runs over HTTPS and needs to access a third party web service that listens on localhost:8080. Problem is the web browsers are cancelling the AJAX call to the localhost web service as they deem it as "Mixed-Content". Can FiddlerCore be used to act as an HTTPS server that is hosting the web service at localhost:443 and forward the request to localhost:8080 and relay the response?