|
|
|
|
|
by new_here
1831 days ago
|
|
The blog post doesn't say much more than the headline. I'm curious about the specifics of what could of actually happened here. In my limited experience working with CDNs wouldn't you just cache the responses of unique URLs and have some sort of cookie check at the edge before serving it. So my own app would request something like /api/account?id=123 with my own id in there. How would you end up getting other people's data in your app if your app only calls that unique URL? |
|
Edit: If the other commenter is correct, then it's less bad than I imagined. Or rather it would at least only be triggered, seemingly, if someone deliberately and maliciously requested something that didn't 'belong' to them.