DEV Community

Discussion on: Thunder Client - Lightweight Rest API Client Extension for VS Code

Collapse
 
aburel profile image
Aburel

Hi Ranga, great tool!

Is it possible to use variables inside URLs?
I need to provide the authentication token as part of the URL, like this:

Site/Token/GUID/GetData

where GUID is a token received using a previous authentication call.

Thanks

Collapse
 
ranga_vadhineni profile image
Ranga Vadhineni

Hi Aburel,

You can use environment variables in URL.
also you can set env variable from previous request, see details in below link
github.com/rangav/thunder-client-s...

Let me know if you have any further questions