更改 RestKit 中的 HTTP User-Agent 字段

发布于 2024-12-14 07:27:09 字数 283 浏览 0 评论 0原文

我的应用程序连接到的服务器仅响应某些用户代理值。我现在正在使用 NSURLConnection,它可以做到这一点。不过,我正在考虑切换到 RestKit 来简化我的代码库。

有没有办法更改 RestKit 中的 HTTP User-Agent 字段? additionalHTTPHeaders 会覆盖默认的吗?

The server that my app is connecting to only responds to certain user-agent values. I'm using NSURLConnection right now, which can do this. However, I'm thinking about switching to RestKit to simplify my code base.

Is there a way to change the HTTP User-Agent field in RestKit? Will additionalHTTPHeaders overwrite the default one?

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

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

发布评论

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

评论(1

时光礼记 2024-12-21 07:27:09

这可以在 RKClient 处更改。 -setValue:forHTTPHeaderField: 方法可用于覆盖默认的 User-Agent 标头。

我刚刚对此进行了测试并确认它有效。

This can be changed at the RKClient. The -setValue:forHTTPHeaderField: method can be used to overwrite the default User-Agent header.

I just tested this and confirmed that it works.

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