Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 36387 invoked from network); 9 Jun 2006 09:52:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 09:52:08 -0000 Received: (qmail 37990 invoked by uid 500); 9 Jun 2006 09:52:07 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 37971 invoked by uid 500); 9 Jun 2006 09:52:07 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 10694 invoked by uid 99); 8 Jun 2006 21:36:52 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68B43.62B71C38" Subject: help on images path Date: Thu, 8 Jun 2006 16:34:56 -0500 Message-ID: <04B68700CF688540B4D832444BE3B06A04050BFC@MEMEXCH07V.corp.ds.fedex.com> In-Reply-To: <04B68700CF688540B4D832444BE3B06A04050BFB@MEMEXCH07V.corp.ds.fedex.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: help on images path Thread-Index: AcaLQsjZVdR2skq4TwqmXhtJQKnWcwAABTXwAAAJE7AAAC+A4A== From: "Govindaraju Rajashekar" To: X-OriginalArrivalTime: 08 Jun 2006 21:36:29.0731 (UTC) FILETIME=[9A78B730:01C68B43] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C68B43.62B71C38 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am using httpclient and I am having issues with images. I appreciate your help on this. Description : I go to a site www.yahoo.com using my servlet "http://raj.per.com/get_http?url=3Dwww.yahoo.com =20 When I get the response, I get the text, but all the images on yahoo site "/images/image1.jpg" is referring in "raj.per.com/get_http/images/image1.jpg" instead of "www.yahoo.com/images/image1.jpg " How can I make to refer images in the yahoo doamin "www.yahoo.com " instead of my doamin "raj.per.com/get_http" I appreciate your help. ------_=_NextPart_001_01C68B43.62B71C38--