fix: use --location param for url when parsing curl (#3152)

This commit is contained in:
Akash K
2023-06-22 23:40:09 +05:30
committed by Andrew Bastin
parent 5632334c9a
commit 2ee8614b93
3 changed files with 7 additions and 12 deletions

View File

@@ -333,7 +333,7 @@ watch(workingHeaders, (headersList) => {
// Sync logic between headers and working/bulk headers
watch(
request.value.headers,
() => request.value.headers,
(newHeadersList) => {
// Sync should overwrite working headers
const filteredWorkingHeaders = pipe(