Replies: 1 comment
-
You can do it with scripting const jobUrl = "https://xxx.xxxxx.xxx/jobs/4cab6104-d4a2-4b86-82b1-2289cc77e841" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
The return of my request with a value looks like this:
jobid
=https://xxx.xxxxx.xxx/jobs/4cab6104-d4a2-4b86-82b1-2289cc77e841
I'm able to store it in a variable, using the following command as post-process:
bru.setVar("jobId", res.headers['jobid'])
But, I would like to store in my header variable only the UUID at the end, the
4cab6104-d4a2-4b86-82b1-2289cc77e841
, from characterer 28 to 63:https://xxx.xxxxx.xxx/jobs/4cab6104-d4a2-4b86-82b1-2289cc77e841
original return___________________________4cab6104-d4a2-4b86-82b1-2289cc77e841
what I want to storeIs it possible?
Beta Was this translation helpful? Give feedback.
All reactions