Yelp Deconstruction 2
Yelp uses there own flavor of GraphQL with a UI site generator called CHAOS. GraphQL has Denial Of Service attacks with long queries but Yelp does not reward DOS attacks and requests that bug bounty hunters do not flood the API with them. They use batch queries to the API with cryptic looking large cookies that detail user location by coordinates. The cookies are large with a key-value format. They use data dome against bots so the web application firewall picks up whether there is a proxy being used denying access to the website depending on whether you use the Burp Suite chromium browser. I have only come across loading issues when proxying through fire fox and haven not been denied. Yelp uses cookielaw CDN and also has its own yelp CDN which means there could be vulnerabilities with caching and web cache deception or web cache poisoning the kind of attacks that are hard to produce but I should research further. Because they have their own CDN means it might still be in scope of ...