General discussion about REpresentational State Transfer, the name given to the architectural style which describes the best behaved subset of the World Wide Web (circa 1993), as determined by Roy Fielding.
... [...] ... Another option is to POST the change, including the reason for it, to the address itself - that makes the target explicit. You can decide whether
Ahh - too late in the day....forgot the 303 response ... 303 See Other Location: /customers/111 Which signals that the POST changed the customer resource Jan
Richard, ... If you want to capture that information, it should be part of the representation you send and not be part of the request meta data. It is domain