We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APISIX Admin API sets the content-type as text/plain when the actual content-type is application/json
apisix version
Response Headers contain Content-Type: text/plain
Content-Type: text/plain
Response Headers should contain Content-Type: application/json
Content-Type: application/json
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue description
APISIX Admin API sets the content-type as text/plain when the actual content-type is application/json
Environment
apisix version
): masterMinimal test code / Steps to reproduce the issue
What's the actual result? (including assertion message & call stack if applicable)
Response Headers contain
Content-Type: text/plain
What's the expected result?
Response Headers should contain
Content-Type: application/json
The text was updated successfully, but these errors were encountered: