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 =>
|
const getHoppReqURL = (item: Item): string =>
|
||||||
pipe(
|
pipe(
|
||||||
item.request.url.toString(true),
|
item.request.url.toString(false),
|
||||||
S.replace(/\?.+/g, ""),
|
S.replace(/\?.+/g, ""),
|
||||||
replacePMVarTemplating
|
replacePMVarTemplating
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user