CSRF enabled -> Missing or bad crumb data if use Redirect to other Port
See original GitHub issueIf you use an Apache with Redirect Port 80 --> 8080 and use APi Token without Crumb Token you will receive followong error:
org.codinjutsu.tools.jenkins.security.AuthenticationException: CSRF enabled -> Missing or bad crumb data
at org.codinjutsu.tools.jenkins.security.DefaultSecurityClient.checkResponse(DefaultSecurityClient.java:150)
at org.codinjutsu.tools.jenkins.security.DefaultSecurityClient.runMethod(DefaultSecurityClient.java:124)
at org.codinjutsu.tools.jenkins.security.DefaultSecurityClient.execute(DefaultSecurityClient.java:68)
at org.codinjutsu.tools.jenkins.logic.RequestManager.loadJenkinsView(RequestManager.java:123)
at org.codinjutsu.tools.jenkins.logic.RequestManager.loadJenkinsView(RequestManager.java:279)
at org.codinjutsu.tools.jenkins.view.BrowserPanel.loadJobs(BrowserPanel.java:472)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
intellij : control jenkins plugin crumb data - Stack Overflow
The test connection gives "Missing or bad crumb data"? Are you on the latest IntelliJ and Plugin version? This issue "should" not be...
Read more >Fix "No valid crumb was included in the request" error for ...
This happens because some of the Jenkins headers were in format that is not considered valid by Nginx. To Fix this issue, change...
Read more >Untitled
Blue ivy name meaning evil! Sangdong south korea, Rend lake marina rentals, Pps number of school days. Tunarama office port lincoln, Kermisattractie chaos, ......
Read more >Release Notes - Privileged Access Manager (PAM) Help
Fixed the issue with importing system data using automation scripts when ... to specify SSL ciphers for the WEB Session Manager listening port...
Read more >FortiWeb 4.0 MR4 Administration Guide, 6th Edition
GUI for recursive URL decoding — You can now use FortiWeb's GUI to enable ... If the vending machine had no notion of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @jep, since jenkins 2.176.2 the crumb not work anymore in this way. We should keep the session because:
Jenkins say that;
So it is recommend to use a API Token instead a password. then you can work without a crumb.
see #173
Hope it helps.
I will update the UI in one of next release to change password with API Token to clarify this
I apologize for overlooking this. Your suggestion resolved the issue. Thank you for your quick response!