Wednesday 17 April 2019

javascript - Strange JSON response in Google Plus

While I was debugging an error in Google Plus (while importing FB contacts from Yahoo) I've discovered strange JSON response:


)]}'
[[["er",,,,,500]
,["e",2,,,57]
],'45932b7d6d6dc08e']

Is it some variation of JSONP? Reminds me of an SQL injection rather... So, what's the purpose of the closing brackets and quote at the beginning?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...