-
Notifications
You must be signed in to change notification settings - Fork 412
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
Request
is missing hasFormMultipartContentType
#2215
Comments
/bounty $50 |
|
/attempt #2215 |
💡 @abcpro1 submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
@abcpro1 did you check your code with a real request? cause a real request does not simply use the content-type, it also includes a boundary parameter in the content-type that marks how body parts are separated, so a strict |
nope, didn't. I'll check and come back. |
@abcpro1: Your claim has been rewarded! 👉 Complete your Algora onboarding to collect the bounty. |
🎉🎈 @abcpro1 has been awarded $50! 🎈🎊 |
a
Request
already has ahasFormUrlencodedContentType
helper method,but is missing a
hasFormMultipartContentType
to do a proper check before callingreq.body.asMultipartForm
The text was updated successfully, but these errors were encountered: