Forum Discussion
Debra,
For PostMan, you have Domain = GHL, but in the snap account, it’s ghl.int. Have you tried setting it to GHL there?
Hi I tired ghl.int in the snap after the GHL wasnt working to see if. It made a difference. Same error using either GHL or ghl.int
- ptaylor5 years agoEmployee
And are you saying that it worked in REST Get with http protocol but not with https?
- debra_paponette5 years agoNew Contributor
yes It works using the http however the application that provided this API have been upgraded in our test environment and requires the use of HTTPS going forward. Our production environment needs to be updated but can’t because the current pipelines there that uses the APIs (HTTP) will stop working once we upgrade
- ptaylor5 years agoEmployee
Do you have the curl utility? If so, can you please try this? I want to see if it’s doing a redirect.
curl -v -o curl.out https://your-domain-name/
It would help to see just the output of this that appears in the console, not the contents of curl.out. The console output will show the handshake, response code, headers, etc.