Hi,
You are right - this particular request is sent through the Presto Server. If you want the original URL then you can use the value in the Resource URL field. In this case what you will need to do is to append the Resource URL with the input paramters (in the normal REST format). The input paramters are available on the same page as the Resource URL.




Is there a way to view the URIs created by the <directinvoke> command and published REST services?
For example, am I able to obtain the following uri?
http://example.com/rest-service/function?var1=xx&var2=yy
Which should be created by this example <directinvoke> command:
<directinvoke method="GET" outputvariable="result"
endpoint="http://example.com/rest-service/function"
var1="$var1"
var2="$var2"
responseheader="$responseHeader"
responsecode="$responseCode"
cookies="$cookies" />