1
A
回答
4
根據對initWithURL
評論:
//應該是一個HTTP或HTTPS URL,可以 包括用戶名和密碼,如果 適當
所以,是的,它應該支持HTTPS。雖然我沒有嘗試過。
3
支持HTTPS。最近我一直在使用這些類來進行HTTPS的廣泛應用。
1
是的,在這種情況下,您必須發送密碼和用戶名,如下面的示例所示。
NSURL *url = [NSURL URLWithString:@"http://allseeing-i.com/top_secret/"];
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
[request setUsername:@"username"];
[request setPassword:@"password"];
在ASIHTTPRequest更多信息在以下網址找到:
http://allseeing-i.com/ASIHTTPRequest/How-to-use
編輯:您也可以嘗試:
[request setValidatesSecureCertificate:NO]
這對於自簽名證書的工作。
相關問題
- 1. ASIHTTPRequest - HTTPS
- 2. ASIHTTPRequest是否支持ARC?
- 3. ASIHTTPRequest是否支持ios中的https摘要身份驗證?
- 4. 支持HTTPS的Rackup
- 5. https支持ffmpeg centos?
- 6. libcurl不支持HTTPS
- 7. ASIHTTPRequest https請求&SSL
- 8. ASIHTTPRequest支持RestKit對象映射
- 9. GIF支持iPhone
- 10. 支持iPhone 2.2.1
- 11. 支持iPhone 3G
- 12. Iphone 5支持
- 13. ASIHTTPRequest與iPhone 3G
- 14. ASIHTTPRequest + SBJSon iphone
- 15. ASIHTTPRequest setPostValue iPhone
- 16. 支持Netty SSL/TLS/HTTPS
- 17. DalekJS是否支持https?
- 18. 在iOS中支持HTTPS XMPPFramework
- 19. Restler是否支持https?
- 20. SL4/WCF不支持HTTPS
- 21. 支持HTTPS的JavaFX MediaPlayer
- 22. nsolid中不支持HTTPS
- 23. iPhone - iPhone支持RTSP嗎?
- 24. 如何支持iPhone 4S,但不支持iPhone 4?
- 25. 使用ASIHTTPRequest iPhone類
- 26. Iphone AsiHttpRequest驗證RESTService
- 27. iPhone web服務ASIHTTPRequest
- 28. Adwhirl ASIHttpRequest崩潰iPhone
- 29. iphone TouchJson + ASIHTTPRequest => Android? +?
- 30. iPHone的ASIHTTPRequest問題