Help for this page

Select Code to Download


  1. or download this
    GET /server/Api.asmx/FooReactivateAccount?UserId=blah HTTP/1.1
    Host: staging-foo.bar.com
    
  2. 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
    
  3. or download this
    GET http://staging-foo.bar.com/server/Api.asmx/FooReactivateAccount?Us
    +erId=blah