We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ef895 commit 7166a1cCopy full SHA for 7166a1c
1 file changed
packages/insomnia/src/models/request.ts
@@ -199,7 +199,7 @@ export interface RequestPathParameter {
199
value: string;
200
}
201
202
-export const PATH_PARAMETER_REGEX = /\/:[^/?#]+/g;
+export const PATH_PARAMETER_REGEX = /\/:[^/?#:]+/g;
203
204
export const getPathParametersFromUrl = (url: string): string[] => {
205
// Find all path parameters in the URL. Path parameters are defined as segments of the URL that start with a colon.
0 commit comments