将自定义标头数据添加到 Android HTTP 请求

发布于 2024-12-11 05:02:27 字数 194 浏览 0 评论 0原文

我将在 Android 应用程序中发出 HTTP 请求。我想添加一些自定义标头数据。具体来说,我将使用票证来跟踪授权请求(我这样做是为了让事情保持 RESTful)。我希望能够将其添加到 HTTP 标头中

ticketId : someTicketId

在 android 中执行此操作的最简单方法是什么?

I'm going to be making HTTP requests in an android application. There is some custom header data that I'd like to add. Specifically, I'm going to be using tickets to track authorized requests (I'm doing this so I can keep things RESTful). I'd like be able to basically add this to the HTTP header

ticketId : someTicketId

What is the simplest way to do this in android?

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

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

发布评论

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

评论(2

一张白纸 2024-12-18 05:02:27

如果您想使用 apache 堆栈,Brians 无疑是正确的。但是,如果您想使用 HttpURLConnection,这个函数也能达到目的。

Brians is certainly correct for if you wanna use the apache stack. If you however want to use HttpURLConnection, this function will also do the trick.

断爱 2024-12-18 05:02:27

这个函数看起来可以解决问题。

This function looks like it will do the trick.

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