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

I have been getting a 404 for the same request which is successful on another POSTMAN. #89

Open
AVGH opened this issue Apr 3, 2018 · 1 comment

Comments

@AVGH
Copy link

AVGH commented Apr 3, 2018

I have updated the POSTMAN to the latest version. When I hit the Update option I get 'You are up to date! Postman v6.0.10 is the latest version.'

I have been successful to send a POST from my another POSTMAN and able to get the correct response. However, I have been running into an issue when sending a POST method to the same API from my POSTMAN. Does not seem to be a routing issue, as it works with another client.
Is it related to any configuration problem or any setting that I need to configure from POSTMAN end?

Been struct into this for some time now, with no clue. Any helps would be greatly appreciated!

Following is the curl command:
curl -X GET
http://SERVER/endpoint/endpoint/ID/endpoint
-H 'Authorization: bearer '
-H 'Cache-Control: no-cache'
-H 'Content-Type: application/....***+json' \ OR application/json
-H 'Postman-Token: ac11bb07-3v4f-411b-a712-g6f8c6a74781'
-d '{
"user": "user1",
"description": "Test Action",
"mandatory": true
}'

@kurenn
Copy link
Owner

kurenn commented Apr 6, 2018

And the curl command is working?

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