-
Notifications
You must be signed in to change notification settings - Fork 102
formData not supported #63
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
Comments
isn't this what you are looking for? try using 'form' instead of 'body' |
And make sure your method is 'POST', not 'post' (capital letters) |
I think OP meant exactly 'formData' parameter available in node. See ( #https://www.npmjs.com/package/request#requestoptions-callback ) I believe it is needed if you want to send files using multipart forms. |
@Ajk4 Indeed, nothing has been mentioned about this nor a response. This truly is something that is crucial... |
No description provided.
The text was updated successfully, but these errors were encountered: