Results 1 to 3 of 3

Thread: Missing "+" when calling QNetworkAccessManager.post()?

Threaded View

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

    Default Re: Missing "+" when calling QNetworkAccessManager.post()?

    The "+" character is a stand-in for a space in the POST data encoding scheme (see link below) and is being replaced by a space at the receiving end. Percent encode the literal "+" and all should be well.

    17.13.4 Form content types

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

    MorrisLiang (11th May 2010)

Similar Threads

  1. QNetworkAccessManager: "SSL handshake failed"
    By kleag in forum Qt Programming
    Replies: 9
    Last Post: 6th November 2009, 10:41
  2. xlib: extension "XFree86-DRI" missing on display ":0.0".
    By kiransu123 in forum Qt Programming
    Replies: 5
    Last Post: 3rd August 2009, 14:43
  3. Replies: 0
    Last Post: 3rd December 2008, 11:58
  4. "emit" keyword optional when calling signals?
    By will49 in forum Qt Programming
    Replies: 1
    Last Post: 21st November 2008, 01:13
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.