Click to See Complete Forum and Search --> : HTTP Tools


Dudsmack
01-15-2008, 01:23 AM
Are there any HTTP utilities for the Windows environment? I'm looking for something similar to the W3C's command line tool (allows one to send HTTP commands) - but something for the GUI would be nice.

thanks!

NogDog
01-15-2008, 01:31 AM
There's always cURL (http://curl.haxx.se/) as well as its numerous implementations in various scripting language, such as the PHP cURL functions (http://www.php.net/curl).