|
HTTP proxy taglib ver. 1.1 Custom JSP taglib lets turn your JSP file into HTTP proxy server. You can use this taglib
for hiding your real servers or for the cross-domain Ajax requests.
For example:
<%@ taglib uri="taglib.tld" prefix="p" %>
<p:proxy host="http://localhost:8088"/>
Try It Out: http://www.servletsuite.com/servlets/httpproxytag.htm
|