Skip to content
New issue

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

[Bug][Manager] Find no method parameter of form data in POST request #8671

Closed
2 tasks done
vernedeng opened this issue Aug 9, 2023 · 0 comments · Fixed by #8672
Closed
2 tasks done

[Bug][Manager] Find no method parameter of form data in POST request #8671

vernedeng opened this issue Aug 9, 2023 · 0 comments · Fixed by #8672
Assignees
Labels
Milestone

Comments

@vernedeng
Copy link
Contributor

What happened

image

Find no method parameter data iff the request is POST method and use x-www-form-urlencoded format.

This bug is due to the InlongRequestWrapper only parse the data in query string as the parameters.
But in HTTP standards, the x-www-form-urlencoded format with POST method request should parse the body as the parameters too.

What you expected to happen

Do as the HTTP standards.

How to reproduce

Requst those interfaces with POST method and x-www-form-urlencoded format.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant