Thunder Client: how to retrieve current request url?

593 Views Asked by At

Is there a way to retrieve the current running request's url for scripting purposes?

in Postman, I could do:

pm.request.url

Is there a similar call under tc ?

1

There are 1 best solutions below

0
Ranga Vadhineni On BEST ANSWER

Hi you can access url in Thunder Client - tc.request.url

See all properties and functions available here

Scripting docs - click here