QT 5.10.1 http post 返回301

如标题,post返回301错误码,使用了

 network_request.setAttribute(QNetworkRequest::FollowRedirectsAttribute, true);

没有效果,还是报错

301不是错误,是所请求的资源要重定向。

试过https吗