Command Line HTTP Request

Go4Expert Founder
4May2010,20:15   #1
shabbir's Avatar
Does anyone know anything about how to do an HTTP request from command line?

Even a small utility program to execute HTTP requests from anything would do.
Ambitious contributor
12May2010,07:01   #2
venami's Avatar
May I know the purpose for this? Or may I know what you are exactly trying to accomplish?
Contributor
12May2010,18:45   #3
divinequran's Avatar
If you are using linux machine then you can do it by using curl command

Code:
curl -options websitename
hope the above would be useful.