Home > Techie > Sample JSON HTTP Headers for POST Request

Sample JSON HTTP Headers for POST Request

February 22nd, 2010

This is a note to self more than anything for the bear minimum http headers of sending a JSON request.

POST: /Services/OutwardFacingService.asmx/GetList
Host: testserver.co.uk
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Content-Type: application/json
Content-Length: 36

Post Content:
{ "LastModifiedSince":"01/01/2010" }

Techie , ,

  1. No comments yet.
  1. No trackbacks yet.