- or download this
GET /server/Api.asmx/FooReactivateAccount?UserId=blah HTTP/1.1
Host: staging-foo.bar.com
- or download this
use HTTP::Request;
$r = HTTP::Request->new('GET','http://staging-foo.bar.com/server/Api.a
+smx/FooReactivateAccount?UserId=blah');
print $r->as_string
- or download this
GET http://staging-foo.bar.com/server/Api.asmx/FooReactivateAccount?Us
+erId=blah