bruno/packages
Mateusz Pietryga 93080de2a8
fix: Issue with Parameters Passed in the URL(#2124) (#2139)
* fix: Issue with Parameters Passed in the URL(#2124)

The '=' should be allowed within query parameter value. While first equals sign separates parameter name from its value, any subsequent occurrences are valid and should not be discarded.
The '#' in URL always indicates the start of URI Fragment component, and should not be treated as part of any parameter value.

* chore: gracefully fail when URLSearchParams throws error

---------

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-29 12:46:20 +05:30
..
bruno-app fix: Issue with Parameters Passed in the URL(#2124) (#2139) 2024-08-29 12:46:20 +05:30
bruno-cli Update bruno-cli/options-description (#1592) 2024-08-24 01:19:47 +05:30
bruno-common fix: interpolation of multiple interdependent variables (#2899) 2024-08-23 16:13:00 +05:30
bruno-docs chore: initial commit for bruno docs package 2023-05-19 19:57:58 +05:30
bruno-electron release: v1.27.0 2024-08-28 15:10:28 +05:30
bruno-graphql-docs Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-js fix(#2767): Fix serilization issues of bigint in json body (#2773) 2024-08-27 14:12:56 +05:30
bruno-lang fix: type error in jsonToBru during import collection (#2761) 2024-08-06 12:43:47 +05:30
bruno-query Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-schema Add TRACE to allowed import methods (#2783) 2024-08-08 17:28:17 +05:30
bruno-tests chore: updated tests 2024-08-27 14:38:44 +05:30
bruno-toml fix: params test (#2395) 2024-05-31 15:55:23 +05:30