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

Unable to POST #440

Closed
bahtou opened this issue Dec 4, 2013 · 2 comments
Closed

Unable to POST #440

bahtou opened this issue Dec 4, 2013 · 2 comments

Comments

@bahtou
Copy link

bahtou commented Dec 4, 2013

I've never had any problems with postman until recently when I tried to upgrade.

localhost:3000/signup via a POST does not submit the form fields.

Any suggestions as to why?

@a85
Copy link
Contributor

a85 commented Dec 11, 2013

Should not be happening. Any other information you can give me? Try pinging httpbin.org/post and see if it works.

@bahtou
Copy link
Author

bahtou commented Dec 11, 2013

It had nothing to do with Postman. I was using node.js with express.js and I forgot to add the multipart() to the middleware

app.use(express.json()); app.use(express.urlencoded());
app.use(express.multipart());

@bahtou bahtou closed this as completed Dec 11, 2013
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

2 participants