Extracting string from the URL & saving in the variable for later usage
Hi,
Application that I'm working with includes unique string at the end of the URL e.g. http://:9080//. I was able to update the Path in Transport --> HTTP to //* and now responder is able to respond but I need to extract and save that.
I tried "REST URL Data Bank" but I can only extract name as the Path. I tried attaching extension tool for "Incoming Transport Header" but only thing it printed was text.
Any other way to access the URL and use string functions?
Comments
-
http://servername:9080/virtualasset/uniquestring is the URL so trying to access the uniquestring.
0 -
I was able to make it work with "REST URL Data Bank". For Path by default it uses index 0 and that is the virtualasset. Changing that to index 1 will get me uniquestring.
In case anyone is looking for the info
0 -
Glad you were able to get it working!
0