When do you use custom HTTP headers in the request part of a REST API ?
Example:
Would you ever use
GET /orders/view (custom HTTP header)
I wouldn't use custom headers as you don't know if any proxies will pass those on. URL based is the way to go.
GET /orders/view/client/23