Jenkins Node , full response feature

Hello,

Actually I try to use jenkins node for trigger an event and get his location in response but this fonction doesn’t exist in this node :

just return:


[
{
"success": true
}
] 

the location value is in the response header , so for get him, i need to create this complexe node (with crumb)

the response with “FULL RESPONSE” ON


[
{
"headers": {
"connection": "close",
"date": "Tue, 26 Apr 2022 15:39:50 GMT",
"x-content-type-options": "nosniff",
"location": "http://jenkins:8080/queue/item/82/",
"server": "Jetty(9.4.43.v20210629)"
},
"statusCode": 201,
"statusMessage": "Created"
}
] 

This location value is more important because we can add more nodes for check the job’s status
So can You add this new feature “full response” in the jenkins node pls ?

thanks for your help