Results 1 to 8 of 8

Thread: Unable to download file at URL, works fine in Chromium/Firefox/cURL

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Unable to download file at URL, works fine in Chromium/Firefox/cURL

    So your passing an encoded string to a constructor (QUrl) which expects a non-encoded string? So whats probably happening is that QUrl is then confusing the web server by encoding your encodings.

    Try changing your URL to human readable format instead. Eg. replace things like %40 with the actual character (which I think is @)

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

    blooglet (13th September 2011)

Similar Threads

  1. Replies: 15
    Last Post: 8th June 2013, 06:15
  2. Replies: 1
    Last Post: 31st December 2010, 16:35
  3. Replies: 3
    Last Post: 11th December 2009, 17:13
  4. Replies: 1
    Last Post: 30th March 2009, 22:25
  5. update() works fine sometime but not everytime..!!
    By salmanmanekia in forum Qt Programming
    Replies: 19
    Last Post: 22nd August 2008, 09:11

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.