Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Kyle Tozer
PLUS
Kyle Tozer
Courses Plus Student 18,278 Points

POST and PUT requests not working in Postman

I've been following along with the lesson and everything has been going well, however none of my POST requests seem to work in Postman. I am always returned with 'Cannot POST "whatever the url may be"'. As far as I can tell, my files are the same, anyone else having an issue with Postman?

1 Answer

Karolin Rafalski
Karolin Rafalski
11,368 Points

I have used Postman in the past, when I had an issue with post/put - I had to go to the Body tab and then choose 'x-www-form-urlencodeded' with the key values typed in there for a successful post.

But I might have been using an entirely different setup, not sure if this will help you.