Hi @Rohan_Garg ,Please keep in mind, always check this kind of situation
by following below steps: - bypass the CDN and check the domain url,
where it's landing.- Check the logs. Now, as per the description from
your end, the domain is listening dispatcher in port 80, means it's
http. Then it's resolving internally to https and delivering the final
url to https. That's why your XHR tab showing you the redirection to
http in middle.To get rid of in between redirection, add the url
https:// into y...