Possible duplicates
Im trying to parse a website and one request returns such content:
for (;;);{"__ar":1,"payload":null,"domops":[["appendContent","^div.fbProfileBrowserListContainer",true,{"__html":"\u003Cdiv ... ]
Here is image :
What type is it gzip or what? I need to parse it from c#, but can't get response. Response is always empty or question marks. What parameter need to add in header request to read response. Can't figure it out.