rts
Sep 22, 2023Nimbostratus
Missing Certificate after redirect
We have a requirement for any calls coming into https://abc.com to be redirected to Azure APIM https://apim-xyz.com/api
A simple following rule has been setup in F5 for calls coming into https://abc.com
when HTTP_REQUEST {
HTTP::respond 307 Location "https://apim-xyz.com/api"
}
But the problem we are facing is with client certificate.
After the redirect, the client certificate is no longer available and new URL "https://apim-xyz.com/api" is not able to validate the request. We have no control over the client.
We can control F5, redirect and server.
Any help would be greatly appreciated.