The users.get
method on the documentation website in the calculator issues avatars on https, like
https://pp.vk.me/c306801/v306801932/25e3/xxxxxx.jpg
and on my website, where api is used for authorization, the same request issues avatars on http of the form
http://cs306801.vk.me/v306801932/25e3/xxxxxx.jpg
I changed the version of the API in the request for the latter, but this does not affect in any way.
Apparently, the avatar address can be converted on the fly, but I would like the API to give out an https address right away.
What could be the problem?