Results 1 to 2 of 2

Thread: Proxy setting for http

  1. #1
    Join Date
    Mar 2008
    Posts
    52
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Proxy setting for http

    Hi friends,
    I want to implemnt a http requst and response based application in qt. so that i created small application in main window,in that one text edit for taking input url and display the respionse in Text browser. it's working fine with out proxy setting in any machine.So my problem is suppose any proxy setting's available in any machine that time my application is not working..(I want to take default IE proxysettings). I attached the code please fine the attachement of code where i did mistake..
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2008
    Location
    TaganrogNativelandChehov,Russia
    Posts
    64
    Thanks
    1
    Thanked 8 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Proxy setting for http

    It is very strange application? you have wrote.
    There are many question take place.

    Why you are create in heap QHttp by clicking on button and do not delete him(QHttp)?
    Why you are not use QHttp::setProxy or QNetworkProxy::setApplicationProxy()?
    Why you hardcode 192.168.1.13 and 8000?
    east or west home is best

Similar Threads

  1. HTTP POST / Proxy Authentication issue
    By dekc99 in forum Qt Programming
    Replies: 2
    Last Post: 10th August 2011, 09:59
  2. QTcpSocket proxy authentication problem
    By arbi in forum Qt Programming
    Replies: 3
    Last Post: 14th September 2009, 16:43
  3. QtSoapHttpTransport and Proxy authentication
    By rmagro in forum Qt Programming
    Replies: 3
    Last Post: 16th December 2008, 12:07
  4. QHttp proxy problem
    By andre.rigon in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2008, 21:19
  5. QTcpSocket - Proxy problem
    By vishesh in forum Qt Programming
    Replies: 1
    Last Post: 26th September 2007, 23: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.