Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 849
Darth.Vader Avatar asked Mar 03 '16 16:03

Darth.Vader


1 Answers

I had the same issue, I switched off the SSL certificate verification option under file->settings->general, and it fixed the issue.

like image 158
hbn1991 Avatar answered Oct 18 '22 11:10

hbn1991