Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个 XSLT 代码来从 DataPower 负载平衡器上的传入流量中提取 X-Forwarded-for HTTP 标头。
<xsl:variable name="xFwdFor" select="dp:http-request-header('X-Forwarded-for')"/>
这将在名为“xFwdFor”的变量中为您提供名为“X-Forwarded-for”的请求标头。