Hacker News new | ask | show | jobs
by robertlagrant 1661 days ago
Why would you send a CDN any cookies?
2 comments

CF as a CDN is for much more than just sending static assets. Folk put whole-ass huge applications behind that infrastructure.
What do you think a CDN is? How do you think CDNs like Cloudflare works? They act as a complete proxy to all web requests, including cookies.
Truuuue. I suppose I meant cookies are normally an encrypted ID with a user salt. So what would be the harm? But you're right; my actual question was something else.