Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created October 24, 2018 04:35
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 DeanPoulin/9b8a1eb9026f181111ccabf067a86a7a to your computer and use it in GitHub Desktop.
Save DeanPoulin/9b8a1eb9026f181111ccabf067a86a7a to your computer and use it in GitHub Desktop.
XML HTTP Post
POST /IPhoneDataService.svc/users HTTP/1.1
Content-Type: text/xml
Accept: application/xml
User-Agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A93 Safari/419.3
<?xml version=”1.0″ encoding=”utf-8″?>
<WebUser>
<Email>test2@test.com</Email>
<JoinDate>2009-11-19T18:04:02.9990737-05:00</JoinDate>
<Password>*******</Password>
<UUID>039af7a3-832d-4a91-a058-dfa10d2b223e</UUID>
<Username>theUsername</Username>
</WebUser>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment