Creating an HTTP POST

yablonka

Newcomer
Joined
May 19, 2003
Messages
14
Hi, I'm trying to recreate the following HTTP POST...
The packet looks at the sniffer, as follows:


1:POST /Common/default.asp HTTP/1.0
2:Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
3:Content-Type: application/x-www-form-urlencoded
4:User-Agent: Mozilla/4.0 (compatible; HAM)
5:Host: 192.168.21.12
6:Content-Length: 61
7:Cookie: ASPSESSIONIDGQGGQARU=MFMBCGBKSDFGK; path=/
8:
9: Content: (61 bytes of data)

Whatever I tried I just couldn't recreate this exact packet.
Please, anyone?

P.S. - This is the first time I'm using HTTP with VB.NET, so please write your novice-version explanations.
 
Back
Top