How would I represent this CURL using ASIHTTPRequest? How would I represent this CURL using ASIHTTPRequest? curl curl

How would I represent this CURL using ASIHTTPRequest?


By default, ASIHTTPRequest will only send the username/password once the server has requested them.

You can make it send them without the server asking by calling::

[request setAuthenticationScheme:(NSString *)kCFHTTPAuthenticationSchemeBasic];