WiiMart/jsp/IdentityAuthenticationSOAP.jsp
2025-03-17 16:05:36 +00:00

6 lines
No EOL
285 B
Text

<%@ page language="java" %>
<%
String targetUrl = "http://oss-auth.blinklab.com/oss/ias/services/IdentityAuthenticationSOAP"; // Relative URL of the target JSP
RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl);
dispatcher.forward(request, response);
%>