U
U
user-agent2020-12-13 21:41:40
JavaScript
user-agent, 2020-12-13 21:41:40

Is Instagram returning a 302 response?

$.get('https://www.instagram.com/nike/?__a=1').done(function (data) {
  photo = data.graphql.user.profile_pic_url_hd
});

At the link https://www.instagram.com/nike/?__a=1 , instagram should give out user data, but now it gives the code 302 instead

How to make the request give out json

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Puma Thailand, 2020-12-14
@user-agent

so just log in or use a normal proxy with a request limit

D
Denis Melnikov, 2020-12-13
@Mi11er

302 Moved Temporarily (Moved Temporarily)
What could that mean....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question