Skip to content

Commit e9d532a

Browse files
committed
chore: decode full url
1 parent ca2d672 commit e9d532a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/httpsnippet.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,12 @@ export class HTTPSnippet {
310310
...uriObj,
311311
}); //?
312312

313+
const decodedFullUrl = decodeURIComponent(fullUrl);
314+
313315
return {
314316
...request,
315317
allHeaders,
316-
fullUrl,
318+
fullUrl:decodedFullUrl,
317319
url,
318320
uriObj,
319321
};

0 commit comments

Comments
 (0)