opening a POST url

kaidranzer

New member
Joined
May 23, 2011
Messages
1
Programming Experience
1-3
hi! i am making an application for which i need to know how to open a url using vb.net using the "POST" method and also pass parameters to the url.

For eg:

i need to open the following url

VB.NET:
http://10.100.56.55:8090/httpclient.html
and i need to pass the following parameters:
VB.NET:
mode = 191
username = "whatever"
password = "whatever"
how do i do this?

thanx in advance
 
Back
Top