开发者

DotnetOpenAuth - POST message to the service which accepts different charset

开发者 https://www.devze.com 2023-03-16 14:25 出处:网络
I am developing the remote blog editor which uses openAPI services. But, when I sen开发者_开发百科d POST request with parameters in Korean, the characters of the registered post are broken. GET reques

I am developing the remote blog editor which uses openAPI services. But, when I sen开发者_开发百科d 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消