How to setup local proxy server to test Qt QNetworkAccessManager proxy settings?
-
Hello all
i like to add proxy support to my app that includes using QWebKit And Simple http request .
using methods i found "here ":http://doc.qt.nokia.com/qq/32/qq32-webkit-protocols.html and "here":http://developer.qt.nokia.com/wiki/Extending_QtWebKit .
the implementation looks easy , but my problem is how can i test it to see that proxy does work .
do i need to set up proxy server in my local pc ( i guess .. ) if so what server and configuration should i use ? -
[quote author="umen242" date="1330246372"]
do i need to set up proxy server in my local pc ( i guess .. ) if so what server and configuration should i use ?[/quote]Yes, you obviously need a testing proxy server. Ask your sysadmin to install one for you if you feel you might mess it up.