You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saw-jan
changed the title
ocis returns text/plain content-type not application/json like oc10 when requesting with ?format=json
ocis returns text/plain content-type not application/json like oc10 when requesting capabilities with ?format=jsonMar 9, 2021
saw-jan
changed the title
ocis returns text/plain content-type not application/json like oc10 when requesting capabilities with ?format=json
ocis returns text/plain content-type not application/json like oc10 when requesting with ?format=jsonMar 9, 2021
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Describe the bug
When requesting with
?format=json
query param, ocis returnstext/plain
content-typeBut oC10 returns
application/json
requests:
In oCIS
curl -XGET -u admin:admin https://localhost:9200/ocs/v1.php/cloud/capabilities\?format=json -v
In oC10
curl -XGET -u admin:admin http://localhost/core/ocs/v1.php/cloud/capabilities\?format=json -v
The text was updated successfully, but these errors were encountered: