DotnetOpenAuth - 将消息发布到接受不同字符集的服务

发布于 2024-11-17 19:55:31 字数 139 浏览 2 评论 0原文

我正在开发使用 openAPI 服务的远程博客编辑器。 但是,当我用韩语发送带有参数的 POST 请求时,注册帖子的字符被破坏。 GET 请求工作正常。

我使用 DotnetOpenAuth。 使用 DotnetOpenAuth 时如何解决此问题?

I am developing the remote blog editor which uses openAPI services.
But, when I send POST request with parameters in Korean, the characters of the registered post are broken. GET request works fine.

I use DotnetOpenAuth.
How can I solve this problem while using DotnetOpenAuth?

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

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

发布评论

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

评论(1

你爱我像她 2024-11-24 19:55:31

您可能需要在 HTTP 标头中设置编码类型。这与 DotNetOpenAuth 正交,因此只需在 HttpWebRequest 上设置标头即可。

You probably need to set the encoding type in your HTTP headers. That's orthogonal to DotNetOpenAuth so just set the header on your HttpWebRequest.

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