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
Describe the bug
API endpoint "/lookup/shells" returns content with response header Content-Type set to text/plain instead of application/json (even if the request header Accept is explicitly set to application/json.
To Reproduce
Run the current version of the server
Request the /lookup/shells endpoint, e.g. via swagger.
(Optional: Set the requested Content-Type to application/json via the Accept header.)
Note that the server responds with Content-Type set to text/plain.
Expected behavior
Correct (default) content type application/json is used.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
API endpoint "/lookup/shells" returns content with response header
Content-Type
set totext/plain
instead ofapplication/json
(even if the request headerAccept
is explicitly set toapplication/json
.To Reproduce
application/json
via theAccept
header.)Content-Type
set totext/plain
.Expected behavior
Correct (default) content type
application/json
is used.Screenshots
The text was updated successfully, but these errors were encountered: