On 03/06/2008, Jay Merrifield <[EMAIL PROTECTED]> wrote: > I have 2 urls that I'm trying to download with the httpClient, I've > tried 3.0.1 and 3.1 and both have this error. > > http://www.javoedgeblog.com/feed/ > > and > > http://singleasianmale.com/?feed=rss2 > > I've tried tracing where the problem is in the code but haven't had any > luck. > > Any help would be appreciated. >
The standard (probably only) approach in this situation is to use a packet sniffer (or browser add-on) to show what the browser sends and compare it with what your application is sending. Adjust the browser to more closely mimic the browser. > Jay > > -- > This message (including attachments) contains information which is > confidential and privileged. Unless you are the intended recipient, you > may not use, copy, disseminate or disclose to anyone the message or any > information contained in the message. Proteus submits this email with > the understanding that it will be held in the strictest confidence and > will not be used, in whole or in part, for any purpose other than the > evaluation of Proteus' qualifications without the prior written consent > of Proteus, Inc. If you have received the message in error, please > advise the sender by reply email and delete the message. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
