Results 1 to 2 of 2

Thread: OSX: Proxy detection when set to “auto discovery” ?

  1. #1
    Join Date
    Oct 2009
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default OSX: Proxy detection when set to “auto discovery” ?

    Hi,

    QNetworkProxyFactory::setUseSystemConfiguration(tr ue) works perfectly well on Windows, but on OS X it does not detect proxy when the proxy parameters are set to “auto-discovery”.
    So if one of my customers use the app on OSX behind a proxy, I’m unable to connect to the internet with a QWebView (unless the user manually enters the proxy parameters in my app).

    I tried listing the proxies using QNetworkProxyQuery but it doesnt work when the system is set to auto-discovery…

    Any suggestions ? (either using Qt, OSX libraries or command line)

  2. #2
    Join Date
    Oct 2009
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: OSX: Proxy detection when set to “auto discovery” ?

    auto-reply: get http://wpad/wpad.dat and parse it with pacparser to get the proxy.

Similar Threads

  1. collision detection...
    By Muffin in forum Newbie
    Replies: 1
    Last Post: 8th January 2010, 10:28
  2. Camera Detection
    By tiho_bg in forum Qt Programming
    Replies: 0
    Last Post: 18th November 2009, 20:09
  3. HTTP proxy auto detection
    By srinirc in forum Qt Programming
    Replies: 1
    Last Post: 22nd October 2009, 16:55
  4. Out of range detection
    By zgulser in forum Qt Programming
    Replies: 2
    Last Post: 6th February 2009, 09:32
  5. Mouse detection
    By eu.x in forum Newbie
    Replies: 3
    Last Post: 25th April 2007, 23:06

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.