I'm using a firefox pluing called restclient to simulate a post request. It doesnt' seem to be picking up any post data, but not sure if I'm formatting it properly.
using header: Content-Type: application/json and body: {"id":1234}
but not go, it's not picking up the id parameter in my php, is there some special formatting I need to set?