Hi people,
i have a problem with implementation of "forwarded" request in java. So i have a servlet, and i want that for request localhost(servlet works on localhost) i receive a page(page defined intern in programm) and can proceed to work with this page using localhost. Example: page defined: stackoverflow.com So if i type in browser url: localhost, i receive content of stackoverflow but url must be localhost, if i than go to localhost/tags i receive content of stackoverflow/tags but url still should be localhost/tags. I hope for your help guys