Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How to setup local proxy server to test Qt QNetworkAccessManager proxy settings?

    General and Desktop
    3
    6
    7098
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      umen242 last edited by

      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 ?

      1 Reply Last reply Reply Quote 0
      • G
        goetz last edited by

        Did you have a look at [[Doc:QNetworkProxy]] already?

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • D
          dangelog last edited by

          [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.

          Software Engineer
          KDAB (UK) Ltd., a KDAB Group company

          1 Reply Last reply Reply Quote 0
          • G
            goetz last edited by

            Installing squid, for example, in a virtual machine is a good option too. It's not too hard to setup for testing purposes.

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply Reply Quote 0
            • U
              umen242 last edited by

              can i install squid in my local pc ?

              1 Reply Last reply Reply Quote 0
              • G
                goetz last edited by

                [quote author="umen242" date="1330330035"]can i install squid in my local pc ?[/quote]

                Yes.

                http://www.catb.org/~esr/faqs/smart-questions.html

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post