我尝试将多个XML
作为参数值在HTTP Sampler
中发送到站点。如果我检查原始请求,则会得到以下信息:
POST data:
xml=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E+%3Csaml2p%3AAuthnRequest+
不是真实的XML内容,应该是:
<?xml version="1.0" encoding="UTF-8"?>
<saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:xs="http://www.w3.org/2001/XMLSchema"
我将Content-Type
设置为text / xml,但效果相同。我想通过以下工具将其用作AuthnRequest签名的临时解决方案:https://www.samltool.com/sign_authn.php