Forum Discussion
No RepliesBe the first to reply
Hi,
How to read path variables in the script? I created mock service in Ready API but unable read the Path (Template) variables.
http://localhost:8097/v1/authorization/authorize/{user}/org/{orgid}?key=safasdas
log.info(mockRequest.httpRequest.getAttribute("orgid")) - Does not work
mockRequest.httpRequest
Thanks