Re: NSURLConnection inserting Accept-Language and Accept headers

2009-09-21 Thread Jens Alfke
On Sep 21, 2009, at 5:08 AM, Michael C.Silva wrote: Is there anyway to completely remove these headers from being inserted by NSURLConnection? They are not present in my NSMutableURLRequest, but show up in the stream sent out by the NSURLConnection. I see no way to control this. I don't k

NSURLConnection inserting Accept-Language and Accept headers

2009-09-21 Thread Michael C . Silva
Is there anyway to completely remove these headers from being inserted by NSURLConnection? They are not present in my NSMutableURLRequest, but show up in the stream sent out by the NSURLConnection. I see no way to control this. Thanks, Mike ___