Skip to content

Instantly share code, notes, and snippets.

@pedroreys
Created October 30, 2012 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedroreys/3982223 to your computer and use it in GitHub Desktop.
Save pedroreys/3982223 to your computer and use it in GitHub Desktop.
Creating an account on Buddy by making a GET request in the browser
GET http://webservice.buddyplatform.com/Service/v1/BuddyService.ashx?UserAccount_Profile_Create&BuddyApplicationName=EII_Application&BuddyApplicationPassword=2D5A783F-1CA2-4464-8EF0-4C0AB5279410&NewUserName=BuddyTester1234&UserSuppliedPassword=testerpw3&NewUserGender=male&UserAge=13&NewUserEmail=tester2@test.com&StatusID=1&FuzzLocationEnabled=1&CelebModeEnabled=1&ApplicationTag=&RESERVED= HTTP/1.1
Host: webservice.buddyplatform.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Coyote-2-d063c7da=a0a1465:0
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
Access-Control-Allow-Origin: *
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 30 Oct 2012 18:51:30 GMT
Set-Cookie: Coyote-2-d063c7da=a0a1465:0; path=/
Content-Length: 39
UT-88d000a8-6f38-4615-99ce-4b9cdf2e558c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment