RE: retrieving remote web content

2002-11-09 Thread Reynir Hübner
Hi, I haven't made a servlet to do this, but I made a jsp-tag that can do this. If you don't want to move the images from one server to another (from google to yours) as a proxy would do it, then you must parse the HTML, and change all the urls for css, img, hrefs, javascripts and a lot more

Re: retrieving remote web content

2002-11-10 Thread Bill Barker
There is also the Jakarta HttpClient: http://jakarta.apache.org/commons/httpclient/. "Reynir Hübner" <[EMAIL PROTECTED]> wrote in message news:88500E0F870AA542B6340D8BC05A9E1B0AD087@;rup.hugsmidjan.is... Hi, I haven't made a servlet to do this, but I made a jsp-tag that can do this. If you don't