stuck at sending request .already try all method proxy server is off added content type application/json content length is small my so that can’t be issue
please help me i will provide all info just help me please
stuck at sending request .already try all method proxy server is off added content type application/json content length is small my so that can’t be issue
please help me i will provide all info just help me please
I very much doubt this is a Postman issue.
This will be related to the node.js application or your local firewall settings.
If your operating system is Windows, port 4000 is most likely blocked by Windows as a default, so you will need to allow access.
What happends if you post the URL into a browser window or use curl or another method to hit that endpoint.
i did this.in windows firewall If your operating system is Windows, port 4000 is most likely blocked by Windows as a default, so you will need to allow access.
still Cannot GET /api/user/register
sending request in postman continuously its showing i have enabled ssl certficate verfication this is also not doing help i also tried unchecking it
Your URL is using http, so no SSL in the mix as far as I can tell.
This is going to be something with your local setup.
What happens if you type the URL into a browser?
I get this by adding url in browser Cannot GET /api/user/register
Fixed the port also in windows firewall
Please help me why not replying please that’s same till noe
Sorry, I don’t know. It will be something with your local setup or the node.js application.
Try sending a GET request to Postman Echo to provide that Postman itself is working.