Skip to content

Instantly share code, notes, and snippets.

@sync
Created July 26, 2010 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sync/490550 to your computer and use it in GitHub Desktop.
Save sync/490550 to your computer and use it in GitHub Desktop.
NSURL *url = [NSURL URLWithString:BASE_URL];
[ASIHTTPRequest removeCredentialsForHost:[url host] port:[[url port] intValue] protocol:[url scheme] realm:@"Web Password"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment