diff --git a/dist/lib/swagger.js b/dist/lib/swagger.js index 0ce1513e572..ef78c021c26 100644 --- a/dist/lib/swagger.js +++ b/dist/lib/swagger.js @@ -626,6 +626,7 @@ } } } + url = url.replace(/%2[Ff]/g, "%252F"); if (includeApiKey && (this.resource.api.api_key != null) && this.resource.api.api_key.length > 0) { args[this.apiKeyName] = this.resource.api.api_key; }