Advertisement

http POST headers?

Started by May 25, 2002 02:22 PM
1 comment, last by Ranger_One 22 years, 8 months ago
ok- I understand http/1.0 and some of http/1.1 and the GET request as it is sent to the server. How does one make a POST request? I assume it''s like this: POST http/X.X then what? are the variables pairs on there own lines, like so: foovar=foo boovar=boo or are they separated some other way? Thanks, Ranger
POST /community/forums/post.asp HTTP/1.1Accept: */*Host: www.gamedev.net method=reply&topic_id=9749&blabla=blablabla 



[edited by - Zanthos on May 26, 2002 8:55:15 AM]
Advertisement
You can use a packet sniffer like Ethereal to see what''s being sent through your connection. Just monitor it while you post something then see what the packet looks like and copy it.

Ben


IcarusIndie.com [ The Rabbit Hole | The Labyrinth | Programming | Gang Wars | The Wall]

This topic is closed to new replies.

Advertisement