Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.23.0
-
None
Description
when doing requesting info from the web services rest API, curl seems to return content-type of both text and json or xml:
> Accept: application/xml
>
< HTTP/1.1 200 OK
< Content-Type: text/plain; charset=utf-8
< Content-Type: application/xml