[ISSUE 375] - strip parameters from url before rendering

This commit is contained in:
adityamayukhsom
2024-04-03 12:48:20 +05:30
parent 02b10c979c
commit d87ac4b46f

View File

@ -117,6 +117,7 @@ echo $response;
result += templateStart.render();
var templateUri = jj.Template(kTemplateUri);
result += templateUri.render({'uri': stripUriParams(uri)});
//renders the request body contains the HTTP method associated with the request
if (kMethodsWithBody.contains(requestModel.method) && requestModel.hasBody) {