Please Visit: http://ift.tt/1ajReyV
Use Fiddler as a Reverse Proxy
http://ift.tt/NgfltQ
http://ift.tt/NgfiOV
Click Tools > Fiddler Options. Ensure Allow remote clients to connect is checked.
Choose Rules | Customize Rules.
Inside the OnBeforeRequest handler, add a new line of code:
if (oSession.host.toLowerCase() == "webserver:8888") oSession.host = "webserver:80";
On the SmartPhone, navigate to http://webserver:8888
from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/NgfltQ
via LifeLong Community
Use Fiddler as a Reverse Proxy
http://ift.tt/NgfltQ
http://ift.tt/NgfiOV
Click Tools > Fiddler Options. Ensure Allow remote clients to connect is checked.
Choose Rules | Customize Rules.
Inside the OnBeforeRequest handler, add a new line of code:
if (oSession.host.toLowerCase() == "webserver:8888") oSession.host = "webserver:80";
On the SmartPhone, navigate to http://webserver:8888
from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/NgfltQ
via LifeLong Community
No comments:
Post a Comment