- Creating a NSURLProtectionSpace for basicAuthentication
- Creating NSURLCredential and store it in NSURLProtectionSpace
- Adding created credentials to corresponding protection space
- Remove all the credentials from stored
- Invalidate authentication if failureCount exceeds 5 attempts
- Cancel authentication challenge if authentication failure exceeds 5 retries.
username: user1
password: user1
username: user10
password: user10
Greg Stein - for his WebDAV Testing Server (http://test.webdav.org/)