This is a migrated thread and some comments may be shown as answers.

502 response on a curl request

1 Answer 98 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 20 Jun 2017, 04:01 AM

New to fiddler. I am trying to do a REST API curl request but getting a red 502 response.

Here is the curl request:

 

curl -X GET https://sandbox.forte.net/api/v3/organizations/org_333251/locations/loc_191620/customers/
-H "Content-Type: application/json"
-H "X-Forte-Auth-Organization-Id: org_333251" 
-H "Authorization: Basic Mjk3NjMwMGJiNjlmMDhiMmRmZTU3NzU0ZDkyMWI4Y2Q6NmU4N2QwZjUwMmE4ZGE5M"
-H "Accept: application/json"
-H "Cache-Control: no-cache"

 

It is a sandbox account so no problem if you want to play around with it.

All the credentials are good, and it works in Postman, but for the life of me I can't get it to work in Fiddler :(

 

What am I missing?

1 Answer, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 20 Jun 2017, 01:03 PM

I reposted this one in the Fiddler>General Discussion forum. Didn't know what FiddlerCore is lol

This can be closed.

Tags
FiddlerCore
Asked by
James
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Share this question
or