开发者

Simple Https POST - how to?

开发者 https://www.devze.com 2023-03-24 15:34 出处:网络
I was hoping someone could help me with figuring out how to POST to a https site? I have bounced around SO for an hour now without finding a s开发者_Go百科uitable answer.

I was hoping someone could help me with figuring out how to POST to a https site? I have bounced around SO for an hour now without finding a s开发者_Go百科uitable answer.

I need to do this.

POST to https://somesiteontheweb.com/postform.aspx

The data I need to post is a simple pipe delimited string: username|password|variable|anotherVariable

Response will be a string: loggedIN|information

Does anyone have some simple sample code? Thanks!


ASIHTTPRequest is know for being simple and efficient. Do you use it ?

For your specific problem, you should find what you need in another question on StackOverflow


Sending a form POST with ASIFormDataRequest

0

精彩评论

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

关注公众号