http POST headers?
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]
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]
Ben
IcarusIndie.com [ The Rabbit Hole | The Labyrinth | Programming | Gang Wars | The Wall]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement