hello, I am developing a web project using java technology.
In some of my jsp pages, I want to connect to another web page, make an http request and parse its corresponding http response to my jsp pages and show these jsp pages to the user. I cannot use <a href> tags because I want to maintain the user connection to my server, to maintain user sessions, and to log what the user do in the page. I want to proxy the user http requests. I searched over the net to find the answers to this problem and I came to the 'httpclient' project. I think this 'httpclient' can resolve my problem. I just want to know if there is any documentation (simple code examples) or any links which can explain me how to create a connection, to send the http request and to read the http response. Many thanks in advance. Kindest regards, Venisa Cabrilla __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
