Darth.Vader
Darth.Vader

Reputation: 6271

Curl works but Postman doesn't

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):

enter image description here

What am I missing?

Upvotes: 7

Views: 3637

Answers (1)

hbn1991
hbn1991

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

Related Questions