Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to setup local proxy server to test Qt QNetworkAccessManager proxy settings?
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 7.5k Views
  • 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 Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    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
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

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

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dangelog
        wrote on last edited by
        #3

        [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
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          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
          0
          • U Offline
            U Offline
            umen242
            wrote on last edited by
            #5

            can i install squid in my local pc ?

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

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

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved