Not able to tunnel my request to one of the client URL via ZTNA tunnel.Dircet conncetion form the tunnel is working fine
What steps have you taken to resolve the issue?
Trying added the firewall rule for the akamaized.net domian as my client URL base domina is that
I have similar other tunnel with same config and it is working fine
hope that it is something form the akamaized.net
Added firewall rule for .*.akamaized.net
What are the steps to reproduce the issue?
Reproducing from your end will be difficult as the URL is only accessible via this connector only.
4xx codes generally are error responses specifying an issue at the client’s end.
The client did not send a correct request to the server. This is a client error: malformed request syntax, invalid request, message framing, or deceptive request routing. For example, if the request contains a special character that is not correctly URL Encoded (or percent-encoded), this HTTP Error 400 will be returned.
The client URL was working fine from the production cluster but while implementing tunnel via ZTNA it was not working and showing the above “invalid URL” issue.
Solved the issue by setting the HTTP Host Header in advanced configuration of teh tunnel as same as that of the client URL
Earlier i have tried the same with only the sonydaimenew.akamaized.net" in the HTTP header but didn’t worked
But replacing that with the full URL worked.
The Exact issue : While tunneling the XXX.akamaized.net via cloudflare tunnel which points to another cloudflare domain like xxx.videoverse.dev at the server end when the call reaches the akamaized.net it cannot resolve the domain videoverse.dev and shows the invalid URL.
Solution :
Setting the HTTP header in the tunnel same as that of the client URL