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
After introducing Logbook, I found that the interface could not accept form data, but there were form data records in Logbook's request log.
The logbook request log clearly records the request parameters.
After removing logbook from the project, I can receive request parameters.
I want to confirm if this is a bug or if it doesn't support content type=application/x-www-form-urlencoded.
The text was updated successfully, but these errors were encountered:
When I switch to content type=application/form data, the interface can receive parameters.
Sorry, something went wrong.
No branches or pull requests
Description
After introducing Logbook, I found that the interface could not accept form data, but there were form data records in Logbook's request log.
The logbook request log clearly records the request parameters.
After removing logbook from the project, I can receive request parameters.
Possible Fix
I want to confirm if this is a bug or if it doesn't support content type=application/x-www-form-urlencoded.
Your Environment
The text was updated successfully, but these errors were encountered: