Results 1 to 8 of 8

Thread: Login to www.getfile.pl

Hybrid View

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

    Default Re: Login to www.getfile.pl

    Ok, but how do you think we could help you? Right now I can only advise to take a network sniffer, check the traffic expected by the webserver (for example as sent by a web browser) and compare it to the one of your program. Then change your program to emit a proper request to the server.
    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:

    oski225 (20th August 2009)

  3. #2
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: Login to www.getfile.pl

    But I do like is written in the API, although it does not refer the server log whether I was successful or not

  4. #3
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: Login to www.getfile.pl

    Please give me example login to forum/site

  5. #4
    Join Date
    Jul 2009
    Posts
    139
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    13
    Thanked 59 Times in 52 Posts

    Default Re: Login to www.getfile.pl

    Why do you say it is not working? The response sets cookies and redirects to getfile.pl. The problem may be that QHttp does not automatically handle cookies. Why don't you use QNetworkAccessManager instead, which handles cookies?

  6. The following user says thank you to numbat for this useful post:

    oski225 (20th August 2009)

  7. #5
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: Login to www.getfile.pl

    Ok, big thx

Similar Threads

  1. Suggestions on Login Prompt
    By fnmblot in forum Qt Programming
    Replies: 9
    Last Post: 22nd May 2009, 20:54
  2. Login Problem
    By srichand in forum Qt Programming
    Replies: 1
    Last Post: 9th May 2008, 13:37

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.