How to receive file from Postman or Next.js with POST method
I want to send a file as image or pdf. While I am using Postman, I make POST method and body type is form-data. Liike this screenshot:
Some requests work and others don’t on postman
I’m a very new geek trying to build an application using nodejs and express. I’m testing the backend with postman. some of the requests work perfectly but others don’t, I’ve been getting cannot get the url message, 404 not found for hours now, and as I mentioned other requests work very good.