fix: postman import does not force the protocol if not specified, fixes #2208
This commit is contained in:
@@ -262,7 +262,7 @@ const getHoppReqBody = (item: Item): HoppRESTReqBody => {
|
||||
|
||||
const getHoppReqURL = (item: Item): string =>
|
||||
pipe(
|
||||
item.request.url.toString(true),
|
||||
item.request.url.toString(false),
|
||||
S.replace(/\?.+/g, ""),
|
||||
replacePMVarTemplating
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user