Forum Discussion
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
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.
- debra_paponette5 years agoNew Contributor
I ran the command on my pc but i am unfamiliar with curl. What should i be looking for to send you?
- debra_paponette5 years agoNew Contributor
See response from curl i tried
- ptaylor5 years agoEmployee
Honestly, I’m stumped. This would take more time to investigate. If you haven’t submitted a ticket with our Support team, I suggest doing so now. Sorry I couldn’t find an answer.