alamofire 如何使用 taskWillPerformHTTPRedirection

alamofire how to use taskWillPerformHTTPRedirection

我使用 alamofire 处理 http 请求,但收到 nil

并且 url 有一个服务器 http 重定向,我如何使用 taskWillPerformHTTPRedirection 来允许执行 http 重定向。

然后我就可以收到结果了

这不是目前可能的事情。这是一个详细的 issue on the Github project site that walks through the problem. There are also two open pull requests, PR1 and PR2,如果你想暂时解决这个问题,它会尝试解决这个问题。