Reputation: 6271
When I call my service end-point with curl, I get a response as expected:
> curl http://localhost:87/ping
> pong
But, when I use postman in chrome, it cannot get any response (see screenshot below):
What am I missing?
Upvotes: 7
Views: 3637
Reputation: 274
I had the same issue, I switched off the SSL certificate verification option under file->settings->general, and it fixed the issue.
Upvotes: 2