epicmatthew23
Newbie
- Nov 1, 2019
- 20
- 3
Url : https://www.instagram.com/web/friendships/id/follow/
headers:
'Content-Length': 0,
'Content-Type': 'application/x-www-form-urlencoded',
'x-requested-with': 'XMLHttpRequest',
'x-csrftoken': csrftoken,
'cookie': `ig_cb=1; mid=${mid}; ig_did=${ig_did}; sessionid=${sessionid}; csrftoken=${csrftoken}; ds_user_id=${ds_user_id}; rur=${rur};`,
Everything was working yesterday, but now it seems to return
statusCode: 302.
Any ideas why?
headers:
'Content-Length': 0,
'Content-Type': 'application/x-www-form-urlencoded',
'x-requested-with': 'XMLHttpRequest',
'x-csrftoken': csrftoken,
'cookie': `ig_cb=1; mid=${mid}; ig_did=${ig_did}; sessionid=${sessionid}; csrftoken=${csrftoken}; ds_user_id=${ds_user_id}; rur=${rur};`,
Everything was working yesterday, but now it seems to return
statusCode: 302.
Any ideas why?