RE: Is it possible to send and email using HTTPCLIENT?

2004-10-21 Thread Steve Johnson
How about FTP through an HTTP proxy? Thanks, Steve Steve Johnson, Software Engineer, [EMAIL PROTECTED] direct 720.564.6532 www.mercury.com www.mercury.com -Original Message- From: Gerdes, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 8:08 AM To: Commons

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Steve Johnson
Hi Tom, This is a little verbose, but our product that uses httpclient reaches the logon page with the cookes from the second(logon frame) link. We manage cookies externally to httpclient and sort-of emulate stepping through the browser. Here is the final link, request, 302 response, request,

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Steve Johnson
Hi Tom, I get the same error page from Netscape, are you going through a proxy in IE? Thanks, Steve -Original Message- From: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:37 PM To: [EMAIL PROTECTED] Subject: url is Re: How to accept cookies in HttpClient.

RE: Error on Oracle App Server Admin Page

2004-08-11 Thread Steve Johnson
header to close on your requests and see what happens: Method.setRequestHeader(Connection, close); Mike On Aug 10, 2004, at 1:06 PM, Steve Johnson wrote: Hi All, I am getting slightly different, but similar results from 2 Oracle App Server Admin Pages. Here are the links, they both use

Error on Oracle App Server Admin Page

2004-08-10 Thread Steve Johnson
different in the sniffer is the client port. HTTPClient uses the same client port for both requests, without and with Authorizaiton: IE uses different ports on each request. I didnt find anything in old bugs. Thanks for you help, Steve Steve Johnson Software Engineer Mercury Interactive 720 564

URL escaping

2004-07-07 Thread Steve Johnson
, I18N.getDefaultEncoding()); // This double encodes the URL above. } } catch (URIException e) { } Thanks for your time and help, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA, Canada and the Americas 720 564-6620 Hours: M-F 08:00-17:00 MST (Mountain

RE: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-23 Thread Steve Johnson
://jakarta.apache.org/commons/httpclient/logging.html ) Regards, Adrian Sutton On 23/06/2004, at 3:43 AM, Steve Johnson wrote: Hi All, Using HTTPClient version 2.0 We are using HTTPClient to login to a MS Exchange web page account. We can only get it to work by passing in the realm as null

NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-22 Thread Steve Johnson
(), settings.getAuthPassword(), settings.getHost(), settings.getAuthDomain()) ); Is there some documentation on how the realm interacts with authentication? Thanks for your time and effort, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA

How to configure log4j.

2004-05-21 Thread Steve Johnson
No appenders could be found for logger (org.apache.commons.httpclient.methods.GetMethod). log4j:WARN Please initialize the log4j system properly. Help Cecil Help, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA, Canada and the Americas 720 564-6620 Hours: M-F 08:00-17:00

Where are the response bits being read over the wire?

2004-05-13 Thread Steve Johnson
for any ideas or information, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA, Canada and the Americas 720 564-6620 Hours: M-F 08:00-17:00 MST (Mountain Standard Time) http://www.mercuryinteractive.com http

HTTPClient Client Side Certificate use question

2004-04-20 Thread Steve Johnson
and so forth? or are there APIs available that one could pass in a fully qualified path with passphrase for the client side cert file? Thank you for your time, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA, Canada and the Americas 720 564-6620 Hours: M-F 08:00-17

HTTPClient request - DNS, connect, acknowledge, and download tim es in milliseconds

2004-04-16 Thread Steve Johnson
, acknowledge, and download. Thank you for your time and effort, Steve Steve Johnson Software Engineer Mercury Interactive 720 564 - 6532 USA, Canada and the Americas 720 564-6620 Hours: M-F 08:00-17:00 MST (Mountain Standard Time) http

RE: HTTPClient request - DNS, connect, acknowledge, and download times in milliseconds

2004-04-16 Thread Steve Johnson
after the next one, which may take months or most likely years. I am afraid the fastest way to get what you want is to get hold of the source code and insert the required callbacks. Oleg -Original Message- From: Steve Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 16:31