Results 1 to 9 of 9

Thread: QNetworkAccessManager not reaching to google.com

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QNetworkAccessManager not reaching to google.com

    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
    Attached Images Attached Images

  2. The following user says thank you to mvbhavsar for this useful post:


Similar Threads

  1. Google Analytics for QT
    By ibingame in forum Qt Programming
    Replies: 3
    Last Post: 8th August 2012, 11:24
  2. Does anyone know google earth?
    By miaoliang in forum General Discussion
    Replies: 1
    Last Post: 30th November 2006, 12:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.