Results 1 to 14 of 14

Thread: How to find the error in QNetworkReply?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: How to find the error in QNetworkReply?

    To further emphasise: there is a difference between a URL and a file. Many URLs ultimately map directly to a file, but they may redirect elsewhere, be summarily ignored (e.g. if no session cookie present), or a response can be generated on the fly. In this case the server has converted the target path "/topic/123.gif" to a redirect (which it tells you about with status code 302), and the target of the redirection is an HTML document that tells a human viewer that the requested URL does not exist (which does exist resulting in a 200 status code).

  2. The following user says thank you to ChrisW67 for this useful post:

    Phlucious (8th July 2014)

Similar Threads

  1. SOLVED: error: QNetworkReply: No such file or directory
    By TheIndependentAquarius in forum Qt Programming
    Replies: 0
    Last Post: 25th May 2011, 09:33
  2. cannot find -lqwtd error
    By mobucl in forum Qwt
    Replies: 5
    Last Post: 6th May 2011, 12:59
  3. QNetworkReply error handling
    By timmu in forum Qt Programming
    Replies: 5
    Last Post: 25th August 2009, 09:07
  4. error: cannot find -lovlnxlib
    By Tondog in forum KDE Forum
    Replies: 0
    Last Post: 14th August 2009, 15:20
  5. Find one error
    By BadKnees in forum Qt Programming
    Replies: 3
    Last Post: 24th March 2009, 15:33

Tags for this Thread

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.