bndr / gojenkins

Jenkins API Client in Go. Looking for maintainers to move this project forward.
Apache License 2.0
863 stars 443 forks source link

post request 403 when i used the plugin which is "Strict Crumb Issuer 2.1.0" #273

Open chianoceanwhale opened 2 years ago

chianoceanwhale commented 2 years ago

some version: Jenkins 2.319.2 github.com/bndr/gojenkins v1.1.0 Strict Crumb Issuer 2.1.0 ----- The component's "Check HTTP referer header" is enabled When I enable "Check HTTP referrer headers" in the image, call the CreateView method to post a request to create a view, and the result directly returns 403
image How to solve this problem please?