0

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 ?

Niner
  • 2,074
  • 6
  • 37
  • 47

1 Answers1

0

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

See all properties and functions available here

Scripting docs - click here

Ranga Vadhineni
  • 349
  • 2
  • 13