![]() |
| | #1 |
| Registered User Join Date: May 2005
Posts: 3
| Using HTTP protocol Does anyone know how to do this???? 10x alot. |
| bugmike25 is offline | |
| | #2 |
| ~viaxd() Join Date: Aug 2003
Posts: 246
| you make a connection to the web server, then use HTTP to get what you want. if a user/pass is sent using the GET method, then you can put them in the URL, like: http://site.com/logn.php?u=user&p=pass HTTP query looks like this: GET /index.htm HTTP/1.1 User-Agent: Mozilla/3.0 (compatible; Opera/3.0; Windows 95/NT4) Host: site.com there's an rfc for http here: http://www.faqs.org/rfcs/rfc2068.html
__________________ :wq Last edited by viaxd; 05-21-2005 at 04:41 PM. |
| viaxd is offline | |
| | #3 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,647
| Well making your way through this lot will no doubt be valuable in the long run. Useful Links And Good Books |
| Salem is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP program | jakemott | Linux Programming | 14 | 10-06-2008 01:58 PM |
| Error stop Http Listener | George2 | C# Programming | 1 | 06-04-2008 02:14 AM |
| Writing all HTTP requests from a website to a log file | goomyman | C# Programming | 1 | 07-29-2005 09:18 AM |
| HTTP Protocol | konartis_3000 | Tech Board | 3 | 01-18-2004 06:09 PM |
| HTTP Protocol :: Winsock | kuphryn | Windows Programming | 9 | 06-21-2002 03:07 PM |