Qt Forum

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

    Forum Updated on Feb 6th

    Unsolved HTTP Query not working

    General and Desktop
    2
    2
    268
    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.
    • K
      kylecorver last edited by

      This post is deleted!
      kshegunov 1 Reply Last reply Reply Quote 0
      • kshegunov
        kshegunov Moderators @kylecorver last edited by

        @kylecorver
        Hello,
        As a first step, you could check if the URL is accessible from the machine you're working on and to make sure the port on the server is open. When you're sure there is no network problem, you can start tracing down the error in code. On a related note, why are you using this:

            QEventLoop oEventLoop;
            oEventLoop.exec();
        

        Kind regards.

        Read and abide by the Qt Code of Conduct

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