Replies: 2 comments 3 replies
-
@adri1g Could you provide more details ? The variables are defined in the environment and get automatically resolved before making the request. In the URL that you shared "https://passport.{{host}}:{{port}}/3dpassport/login?service=https://space.{{host}}:{{port}}/3dspace", You will have define the |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is how I have solved it for the url so far, maybe it will help:
|
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
-
Hello community,
How can I automatically resolve variables from url, body or headers when I get them a pre or post request script using following APIs : req.getUrl(), req.getBody(), req.getHeaders().
Here an example for url : https://passport.{{host}}:{{port}}/3dpassport/login?service=https://space.{{host}}:{{port}}/3dspace
Thanks for your help,
Adrien
Beta Was this translation helpful? Give feedback.
All reactions