[JIRA] (JENKINS-59324) "No valid crumb was included in the request" even with valid crumb supplied - after updating

2019-09-11 Thread rob.orm...@simprogroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Ormond updated  JENKINS-59324  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59324  
 
 
  "No valid crumb was included in the request" even with valid crumb supplied - after updating   
 

  
 
 
 
 

 
Change By: 
 Rob Ormond  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201875.1568260412000.1763.1568266440159%40Atlassian.JIRA.


[JIRA] (JENKINS-59324) "No valid crumb was included in the request" even with valid crumb supplied - after updating

2019-09-11 Thread rob.orm...@simprogroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Ormond commented on  JENKINS-59324  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "No valid crumb was included in the request" even with valid crumb supplied - after updating   
 

  
 
 
 
 

 
 I now realise this is related to https://jenkins.io/doc/upgrade-guide/2.176/#upgrading-to-jenkins-lts-2-176-3 I've swapped to using API token and it is working  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201875.1568260412000.1762.1568266380076%40Atlassian.JIRA.


[JIRA] (JENKINS-59324) "No valid crumb was included in the request" even with valid crumb supplied - after updating

2019-09-11 Thread rob.orm...@simprogroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Ormond created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59324  
 
 
  "No valid crumb was included in the request" even with valid crumb supplied - after updating   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2019-09-12 03:53  
 
 
Environment: 
 2.176.3  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Rob Ormond  
 

  
 
 
 
 

 
 Since upgrading to 2.176.3, my previous node script to trigger a Jenkins job remotely has stopped working, I now get an error 403: No valid crumb was included in the request The steps my script is performing are: 
 
HTTP GET on  https://username:password@jenkinsurl/crumbIssuer/api/json 
Parse output to get a crumb (this is still working, I get a crumb) 
HTTP POST to  https://username:password@jenkinsurl/job/blah/buildWithParameters?token=blah=blah with header= 'Jenkins-Crumb': crumb from step 1 
Receives response 403: No valid crumb was included in the request 
   This started straight after the upgrade.