web-api-testingthunderclient

Thunder Client: how to retrieve current request url?


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 ?


Solution

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

    See all properties and functions available here

    Scripting docs - click here