Error 302 when trying to get a list of subscribers and subscriptions

I use the synapse. I log in normally. I get tokens. I want to get a list of my subscribers and subscriptions. http.HTTPMethod('GET','https://www.instagram.com/мой_логин/followers/'); I get error 302 in the response. As I understand the redirect. But the most annoying thing is Location: https://www.instagram.com/мой_логин/ he just wants to redirect me to my page. Tell me, who can do what?

Author: Kromster, 2018-09-14

1 answers

Try to specify the protocol version
SynHttp.Protocol := '1.1';

 -1
Author: Albert Fomin, 2018-09-14 08:01:34