Hello Jeannie, if it's on WebSphere, then it's running on a server and not in the browser. Yes, you can perform login and fetch a page. Bringing it into an IFrame is just a question of how to invoke your JSP or servlet - it won't know the difference between showing pages in an IFrame, in a regular frame or in a browser window. But keep in mind that the page you fetch from a different server most likely has hyperlinks to that server. So you'll have to find all links in the page and rewrite them to point to your own application if you want it to work properly. HttpClient won't help you with that task. Performing login "on behalf" of the browser user and pointing the browser directly to the original page is tricky, since in most cases a server will not be able to set a cookie for another server.
cheers, Roland jeanniepb97 <[EMAIL PROTECTED]> 16.02.2004 17:04 Please respond to "Commons HttpClient Project" To: [EMAIL PROTECTED] cc: Subject: Re: Forms Login with Iframe Hi Roland, Yes, my application would be in a browser. It will be a JSP/servlet application running in WebSphere. Thanks! Jeannie Roland Weber <[EMAIL PROTECTED]> wrote: Hello Jeannie, where exactly do you want to use the HttpClient? Are you writing a Java browser, like HotJava? Do you want to connect from an applet? A standalone Java application? A servlet? Logging in and fetching the page can of course be done. I just wonder how to show the content in an iframe, unless your application is (in) a browser. cheers, Roland jeanniepb97 16.02.2004 16:01 Please respond to "Commons HttpClient Project" To: [EMAIL PROTECTED] cc: Subject: Forms Login with Iframe Hi, I would like to use the HttpClient to do the following: 1. Using HttpClient, log into http://www.blah.com/secure/login.jsp. 2. Display http://www.blah.com/secure/test.jsp in an iframe. Has anyone tried this? Any help or insights would be greatly appreciated. Thanks! Jeannie --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online