Thread: Login

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    61

    Login

    My website has a login form, and i'm trying to wite a console app in C++ thats you can login with on my site.

    But how would i make the app login on my site? ^.^

    I wanna try to make the app show your total posts etc then.

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Is the console application on your site and one uses that to log in or is it something you want to allow users to use to log in without having to use a browser?
    I recommend curl - http://curl.haxx.se

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Or WinINet is good, if you want it to it will set the appropriate cookies for each "page" you load with it; so it's somewhat browser compatible.

  4. #4
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Curl can do that too.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. unable to login to facebook
    By zykostar in forum C# Programming
    Replies: 4
    Last Post: 03-30-2010, 02:04 PM
  2. Having problems with a login script...
    By Junior89 in forum C++ Programming
    Replies: 6
    Last Post: 01-06-2006, 12:05 PM
  3. login "scripts"
    By Thantos in forum Linux Programming
    Replies: 4
    Last Post: 12-02-2003, 08:14 PM
  4. login script - URGENT!!!
    By linzeeuk in forum C Programming
    Replies: 5
    Last Post: 05-05-2003, 02:26 PM
  5. Replies: 7
    Last Post: 07-19-2002, 11:49 AM