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

POST requests do not support simple posts with content-type application/json #250

Open
Lomilar opened this issue Jan 10, 2023 · 0 comments
Assignees

Comments

@Lomilar
Copy link
Member

Lomilar commented Jan 10, 2023

The movement to busboy prohibits simple HTTP POST requests from coming in. If the header is for a form type, busboy should be used, otherwise some default datastream should be established using the full bytestream from the POST, using the content type specified.

@Lomilar Lomilar self-assigned this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant