开发者

Posting using WinHttpSendRequest

开发者 https://www.devze.com 2023-02-06 07:23 出处:网络
How do you create a form to post using WinHttpSendRequest? For example: if I kn开发者_开发百科ow

How do you create a form to post using WinHttpSendRequest?

For example: if I kn开发者_开发百科ow

name=Johnson;
subject=Hi;
message=Hi;

How do i send it using the function?


You will have to format it yourself according to the spec (application/x-www-form-urlencoded).


Please refer to http://yeilho.blogspot.com/2011/07/winhttpsendrequest.html

0

精彩评论

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