2👍
✅
I’d believe you wouldn’t have a 200 response, only an error with content negotiation.
The code shows that:
?format=json
(format_query_param
) will be discarded by the.xml
(format_suffix
)- filter available renderers leaving only the
XMLRenderer
left - then it will loop on the accept header but none will match
text/html
- finally this will be down to the exception
Source:stackexchange.com