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 ?
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 ?
Copyright © 2021 Jogjafile Inc.
Hi you can access url in Thunder Client -
tc.request.urlSee all properties and functions available here
Scripting docs - click here