This commit is contained in:
Ice3man543 2021-10-20 20:27:36 +05:30
parent 36edde2241
commit bb6486910f

View File

@ -72,7 +72,7 @@ func (r *requestGenerator) Make(baseURL string, dynamicValues map[string]interfa
isRawRequest := len(r.request.Raw) > 0
// If the request is not a raw request, and the URL input path is suffixed with
// a trailing slash, and out Input URL is also suffixed with a trailing slash,
// a trailing slash, and our Input URL is also suffixed with a trailing slash,
// mark trailingSlash bool as true which will be later used during variable generation
// to generate correct path removed slash which would otherwise generate // invalid sequence.
trailingSlash := false