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.
|
Go4Expert Founder
|
![]() |
| 4May2010,20:15 | #1 |
|
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 |
|
May I know the purpose for this? Or may I know what you are exactly trying to accomplish?
|
|
Contributor
|
|
| 12May2010,18:45 | #3 |
|
If you are using linux machine then you can do it by using curl command
Code:
curl -options websitename |