In case of disallowing NSURLRequests, changing the submitted user agent should avoid the 403 response:
[myRequest setValue:userAgent forHTTPHeaderField:@"useragent"];
unset
2010-05-19 14:58:33
In case of disallowing NSURLRequests, changing the submitted user agent should avoid the 403 response:
[myRequest setValue:userAgent forHTTPHeaderField:@"useragent"];