Results 1 to 4 of 4

Thread: QHttp - how should I connect?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QHttp - how should I connect?

    I think you're using GET instead of POST in your data formatting, so use the GET method in the request as well. Anyway I'd suggest to use QNetworkAccessManager - it is much easier to use.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    Fenix Voltres (25th June 2009)

  3. #2
    Join Date
    Jun 2009
    Location
    Kraków, Poland
    Posts
    23
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: QHttp - how should I connect?

    Quote Originally Posted by wysota View Post
    I think you're using GET instead of POST in your data formatting, so use the GET method in the request as well. Anyway I'd suggest to use QNetworkAccessManager - it is much easier to use.
    Of course - my mistake - this is GET. Anyway - this method doesn't work for me in this way...
    But QNetworkAccessManager works perfectly well! Thanks much!

Similar Threads

  1. Connect Problem
    By nrabara in forum Newbie
    Replies: 3
    Last Post: 4th May 2009, 12:19
  2. Application only 'animates' once
    By arkain in forum Qt Programming
    Replies: 7
    Last Post: 29th April 2009, 08:09
  3. Replies: 12
    Last Post: 18th September 2008, 15:04
  4. From QHttp to QHttp over SSL
    By Nyphel in forum Newbie
    Replies: 1
    Last Post: 3rd July 2007, 10:41
  5. how to use QHttp inside QThread in Qt3
    By alusuel in forum Qt Programming
    Replies: 3
    Last Post: 14th July 2006, 11:19

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.