bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Fix Form URL Encoded data to preserve all instances of parameters with the same name on timeline

Open Nithishvb opened this issue 9 months ago • 0 comments

…h the same name in the timeline

Description

Fixes: #2192

This PR resolves the issue where Form URL Encoded data was losing information when multiple parameters with the same name were present. The fix ensures that all data, including parameters with the same name, is accurately retained, thereby addressing the bug and improving the handling of Form URL Encoded data.

Contribution Checklist:

  • [x] The pull request only addresses one issue or adds one feature.
  • [x] The pull request does not introduce any breaking changes
  • [x] I have added screenshots or gifs to help explain the change if applicable.
  • [x] I have read the contribution guidelines.
  • [x] Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

Nithishvb avatar May 15 '24 08:05 Nithishvb