0
A
回答
2
我在我的iPhone項目中使用ASIHTTPRequest與Web應用程序進行通信。對於http身份驗證,他們有一個便利的ASIAuthenticationDialog類。基本用法如下:
// Specifying a username and password to use in the URL
NSURL *url = [NSURL URLWithString:@"http://username:[email protected]/top_secret/"];
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
// Setting a username and password to use on the request
NSURL *url = [NSURL URLWithString:@"http://allseeing-i.com/top_secret/"];
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
[request setUsername:@"username"];
[request setPassword:@"password"];
相關問題
- 1. 如何在iOS上創建HTTPS請求?
- 2. 創建在登錄
- 3. 在網站上創建Facebook/Google登錄
- 4. 如何在登錄屏幕上創建登錄限制?
- 5. Curl https登錄
- 6. 登錄/目錄創建者
- 7. https登錄表單
- 8. PHP Curl登錄https
- 9. Android的HTTPS登錄
- 10. 在HTTPS網站創建目錄
- 11. Android開發:如何通過https創建網絡登錄
- 12. 創建需要使用pdfkit登錄的https網頁的PDF
- 13. 在沒有自動登錄的情況下在ios上創建Firebase用戶
- 14. iOS上的Soundcloud登錄
- 15. Python網頁上的https和對話框登錄登錄
- 16. 在iOS中創建登錄功能和搜索功能
- 17. 創建一個登錄界面了在iOS應用
- 18. 無法在IOS爲LinkedIn創建登錄會話
- 19. 在ios上通過twitter實現登錄
- 20. PayPal在iOS和MPL上登錄會話
- 21. 無法在iOS上使用Facebook登錄
- 22. 在Android和iOS上的OAuth2登錄
- 23. 需要在使用asp.net登錄Facebook的網站上創建登錄頁面?
- 24. Bugzilla登錄並創建bug
- 25. 創建Google登錄活動
- 26. 我創建登錄頁面
- 27. PHP登錄會話創建
- 28. 創建登錄PC連接
- 29. 創建登錄屏幕
- 30. 如何創建Android登錄
你能制定你的答案嗎? – 2010-11-12 16:01:41