Use -d parameter of curl in POST RESTful

Hi there,

I want to use POST to acquire results calculated from remote servers, but I do not know where to put parameters, such as -h and -d (for upload proteins). Could anybody help me?

 

Thanks a lot.

 

Warren

 

Problem solved. I missed the tags: request header and request body. A reminder: "Accept" should be used in request header instead of "accept", or you will get the response code 415.