Skip to content

Instantly share code, notes, and snippets.

View lokeshmeher's full-sized avatar

Lokesh Nandan Meher lokeshmeher

View GitHub Profile
@lokeshmeher
lokeshmeher / zomato.json
Created August 28, 2019 06:53
HTTP request for Zomato reviews
{
"headers": {
"accept": "*/*",
"origin": "https://www.zomato.com",
"x-requested-with": "XMLHttpRequest",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36",
"content-type": "application/x-www-form-urlencoded",
"referer": "https://www.zomato.com/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-GB,en;q=0.9,ml-IN;q=0.8,ml;q=0.7,hi-IN;q=0.6,hi;q=0.5,en-US;q=0.4",