我希望有人能幫我弄清楚如何發佈到https網站? 我已經反彈了一個小時,現在沒有找到合適的答案。簡單的Https POST - 如何?
我需要這樣做。
POST到https://somesiteontheweb.com/postform.aspx
我需要發佈的數據是一個簡單的管道分隔字符串:username|password|variable|anotherVariable
響應將是一個字符串:loggedIN|information
沒有人有一些簡單的示例代碼? 謝謝!
我希望有人能幫我弄清楚如何發佈到https網站? 我已經反彈了一個小時,現在沒有找到合適的答案。簡單的Https POST - 如何?
我需要這樣做。
POST到https://somesiteontheweb.com/postform.aspx
我需要發佈的數據是一個簡單的管道分隔字符串:username|password|variable|anotherVariable
響應將是一個字符串:loggedIN|information
沒有人有一些簡單的示例代碼? 謝謝!