我有一个脚本使用cookie来发布Instagram帖子请求。 问题:我的跟随请求不起作用,但我的取消关注
作品(statuscode = 200)
var url = 'https://www.instagram.com/web/friendships/19237590/unfollow/';
不起作用(statuscode = 302)
var url = 'https://www.instagram.com/web/friendships/19237590/follow/';
答案 0 :(得分:0)
因此状态代码302是重定向,它应该在位置标题中提供另一个URL。 e.g。
HTTP/1.1 302 FOUND
Connection: keep-alive
Server: meinheld/0.6.1
Date: Sat, 27 Jan 2018 10:51:09 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 0
Location: http://example.com
然后你可以按照这个.. 如果你想在另一个URl尝试这个尝试: https://httpbin.org/redirect-to?url=http%3A%2F%2Fexample.com%2F