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.
我需要传递 X.509 证书字符串而不更改X-ARR-ClientCert内部请求标头中的格式,但获取Error: Invalid character in header content ["X-ARR-ClientCert"]. 示例证书字符串:
X-ARR-ClientCert
Error: Invalid character in header content ["X-ARR-ClientCert"]
这是我在邮递员标头中传递它以进行 GET 操作的方式
我尝试通过附加newlinechar (\n) 或将其作为长字符串传递,但在服务器级别解析失败。
newline