Hi,
I am using QNetworkAccessManager to reach to http://google.com. The idea is that there will web services over the internet and I need to call methods from those services. So start with I am trying to reach google.com. I my organization, we are on proxy and this proxy is configured in one script and that script is executed while connecting to internet. Now when I use QNetworkAccessManager's GET method I am not getting any output and connection is getting timed out. I tried put QNetworkProxy also but it is not working.
The question is how can I get output of google.com using QNetworkAccessManager when proxy settings is in the form of script.
(Pl. find attached screenshot of attached script.)
Regards
Manish
Bookmarks