7

I'm having trouble determining what I might put in the body of a response to an OPTIONS request? are there conventions? standards? What do you put? do you just provide a list of other METHODS? should you give the representation?

asked Jan 6, 2012 at 21:49

1 Answer 1

4

Check out RESTful web services By Leonard Richardson, Sam Ruby

Here's a link to page 98. "There are no accepted standards."

The methods are part of the ALLOW header. Not the body of the response.

answered Jan 6, 2012 at 22:52

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.