Feature #11843
open
Use request.format instead of request[:format]
Added by Kevin Gilpin over 13 years ago.
Updated over 13 years ago.
Description
Allow request headers to determine the format, not just URL extension
use request.format instead of request[:format]
- Tracker changed from Defect to Feature
- Category set to REST API
Any particular reason to request this?
request[:format] is really just a Rails convention. request.format adheres to the HTTP spec by responding to Accept header. Some client libraries will set the Accept header, e.g. application/json when connecting to the Redmine API.
Also available in: Atom
PDF