Any examples on webmail login

2003-03-24 Thread vijay kumar
Hi I am new here and new to httpclient 2.0. I am trying write a http client which will login to a webmail using username and password. After executing the postmethod executemethod I got a response page with mail login page and a error message please upgrade your browser to one of the following

Re: Any examples on webmail login

2003-03-24 Thread Ryan Hoegg
Sounds like your webmail app is checking the User-Agent header and refusing you access. You might want to fake your User-Agent header to look like an appropriate browser. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net vijay kumar wrote: Hi I am new here and new to httpclient 2.0. I

DO NOT REPLY [Bug 10817] - Provide more Example Code

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10817. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] HttpParser.readRawLine

2003-03-24 Thread Oleg Kalnichevski
Patch committed Oleg On Fri, 2003-03-21 at 15:02, Kalnichevski, Oleg wrote: The patch fixes RFC 822 non-compliant line termination problem reported by Carl A. Dunham Cheers Oleg Index: java/org/apache/commons/httpclient/HttpMethodBase.java