ASIHTTP请求重定向限制

发布于 2024-10-21 03:50:30 字数 81 浏览 2 评论 0原文

是否建议调整 ASIHTTPRequest.m 中的 RedirectionLimit?

为什么它是一个常数并且不可调整(或者是)?

Is it advise-able to adjust the RedirectionLimit in ASIHTTPRequest.m?

Why is it a constant and not adjustable (or is it)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可遇━不可求 2024-10-28 03:50:30

如果您没有其他方法使您的应用程序正常运行,则可以更改限制。

如果您控制服务器并且可以减少所需的重定向数量,那么这将是首选解决方案,因为每次重定向都会导致设备接收其尝试为用户获取的数据的延迟。

没有 API 可以更改它,只需调整 ASIHTTPRequest.m、文件顶部附近的 RedirectionLimit 中的值即可。

If you have no other way to make your application work, it's fine to change the limit.

If you are in control of the server and can reduce the number of redirections required that would be the prefered solution, as each redirection will cause a delay in the device receiving the data it's trying to get for the user.

There isn't an API to change it, just adjust the value in ASIHTTPRequest.m, RedirectionLimit near the top of the file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文