本人做一个在线支付问题。用的是易宝的api。测试编号:10001126856 
 
     测试密钥:69cl522AV6q613Ii4W6u8K6XuW8vM1N6bFgyv769220IuYe9u37N4y7rI4Pl 
http://tech.yeepay.com:8080/robot/debug.action
发送支付请求页面为:
<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>"> <title>My JSP 'paymentRequest.jsp' starting page</title> <meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
--> </head>  <body onload="javascript:document.forms[0].submit()">
<form action="
https://www.yeepay.com/app-marchant-proxy/node">
<input type="hidden" name="p0_Cmd" value="${p0_Cmd}">
<input type="hidden" name="p1_MerId" value="${p1_MerId}">
<input type="hidden" name="p2_Order" value="${p2_Order}">
<input type="hidden" name="p3_Amt" value="${p3_Amt}">
<input type="hidden" name="p4_Cur" value="${p4_Cur}">
<input type="hidden" name="p5_Pid" value="${p5_Pid}">
<input type="hidden" name="p6_Pcat" value="${p6_Pcat}">
<input type="hidden" name="p7_Pdesc" value="${p7_Pdesc}">
<input type="hidden" name="p8_Url" value="${p8_Url}">
<input type="hidden" name="p9_SAF" value="${p9_SAF}">
<input type="hidden" name="pa_MP" value="${pa_MP}">
<input type="hidden" name="pd_FrpId" value="${pd_FrpId}">
<input type="hidden" name="pr_NeedResponse" value="${pr_NeedResponse}">
<input type="hidden" name="hmac" value="${hmac}">
  </form> </body>
</html>
测试 提交到http://tech.yeepay.com:8080/robot/debug.action的时候。说参数正确了
 改提交到 https://www.yeepay.com/app-marchant-proxy/node时。就提示 “本网页包含安全的内容。也包含不安全的问。是否显示不安全的内容。”点是就说网页过期。。为是为什么啊!?