Send HTTP Post no longer support redirects?

Hey API team!

We’ve set up a redirect URL in CloudFlare so all our clients who use Keap and Biocanic don’t have to update the Post URL if we have a security update and the destination link changes.

The redirect URL has worked in our Send HTTP Posts for the last 18+ months, and stopped about 2-3 weeks ago. We’ve changed nothing on our end, so it appears there has been an update with the HTTP Posts to no longer support redirects.

Redirect (doesn’t work): https://pbms.biocanic.com/api

Redirect destination (works): https://899w1i4v4k.execute-api.us-west-2.amazonaws.com/api

Can we get the redirect feature working again?

Here is an image of the error we are getting:

Hi, if I understood correctly, you’re trying to make a Keap call through your AWS API Gateway (https://899w1i4v4k.execute-api.us-west-2.amazonaws.com/api) and it’s not working. From what I can tell in the screenshot, the request seems to fail before it even reaches the AWS endpoint, possibly due to SSL issues with pbms.biocanic.com, I visited the URL and it does seem to have SSL problems at the moment.

If that’s not the case, could you clarify exactly how your setup works?