Trying to pull data from private page, I am receiving a JSON response and would like to check whether everything is okay. The status of the request is fine (200), but if I use
Debug.Print (xmlhttp.responseText)
I see unknown ( for me ) format, it looks like:
? ?s???+]?f? ?n??????w????@??E????LJ??n???
Do you know how to convert it to standard JSON code ?
If I use the same headers in Javascript, then everything is okay, so I would like to know why excel converting the response to such strange form
Thanks in advance.