@HowManyNimons to Programmer [email protected] • 6 months agoLemmy todayi.imgflip.comimagemessage-square200arrow-up1883arrow-down130
arrow-up1853arrow-down1imageLemmy todayi.imgflip.com@HowManyNimons to Programmer [email protected] • 6 months agomessage-square200
minus-square@[email protected]linkfedilink15•edit-26 months ago Do they strip off HTTPS somehow? Well yes, how else they can provide their services such as page caching, image optimizing, email address obfuscation, js minifications, ddos mitigation, etc unless they can see all data flowing between your server and your visitors in the clear? Cloudflare is basically an MITM proxy. This blog post might be helpful if you want to know how mitm proxy works in general: https://vinodpattanshetti49.medium.com/how-the-mitm-proxy-works-8a329cc53fb
Well yes, how else they can provide their services such as page caching, image optimizing, email address obfuscation, js minifications, ddos mitigation, etc unless they can see all data flowing between your server and your visitors in the clear?
Cloudflare is basically an MITM proxy. This blog post might be helpful if you want to know how mitm proxy works in general: https://vinodpattanshetti49.medium.com/how-the-mitm-proxy-works-8a329cc53fb
Jesus Christ, I didn’t realise.