Actions
Feature #11843
openUse request.format instead of request[:format]
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Allow request headers to determine the format, not just URL extension
use request.format instead of request[:format]
Updated by Jean-Philippe Lang about 12 years ago
- Tracker changed from Defect to Feature
- Category set to REST API
Any particular reason to request this?
Updated by Kevin Gilpin about 12 years ago
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.
Actions