简体   繁体   English

Jenkins 403 请求中未包含有效的面包屑

[英]Jenkins 403 No valid crumb was included in the request

I trying to make a post request to Jenkins after updating the config.xml .更新config.xml后,我尝试向 Jenkins 发出发布请求。 I have passed crumb ( crumb: XXXX and crumbRequestField: XXXXX ) in the header but still showing error我已经在标题中传递了 crumb ( crumb: XXXXcrumbRequestField: XXXXX ),但仍然显示错误

No valid crumb was included in the request请求中未包含有效的面包屑

Please advise on how should i get rid of this error.请告知我应该如何摆脱这个错误。

Since we got no idea about you config, environment you are running or even full stack, THIS IS MINE BEST BLIND SHOT由于我们不知道你的配置、你正在运行的环境甚至是完整的堆栈,这是我最好的盲拍

Probably you are accessing jenkins by proxy server, please do following可能您是通过代理服务器访问 jenkins,请执行以下操作

  • Go to "Global Security Settings"转到“全局安全设置”
  • Check "Enables the Compatibilty Mode for proxies".勾选“为代理启用兼容模式”。
  • Restart重新开始

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM