[PR #1542] [MERGED] Fix: Whitespace & URL encoding applied to query parameters. #3387

Closed
opened 2026-03-17 01:00:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1542
Author: @JayceDugan
Created: 3/16/2021
Status: Merged
Merged: 3/17/2021
Merged by: @liyasthomas

Base: mainHead: fix/1541/query-parameters-url-encoding


📝 Commits (2)

  • 87c6230 Fix: Whitespace & URL encoding applied to query parameters.
  • d0c261b Merge branch 'main' into fix/1541/query-parameters-url-encoding

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 pages/index.vue (+2 -2)

📄 Description

Closes #1541

This PR trims white space from query parameter keys and values while building the query string and additionally encodes the URL query string before it is appended to the current URL path.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1542 **Author:** [@JayceDugan](https://github.com/JayceDugan) **Created:** 3/16/2021 **Status:** ✅ Merged **Merged:** 3/17/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `fix/1541/query-parameters-url-encoding` --- ### 📝 Commits (2) - [`87c6230`](https://github.com/hoppscotch/hoppscotch/commit/87c6230ef2e71feac525997745add7841d808329) Fix: Whitespace & URL encoding applied to query parameters. - [`d0c261b`](https://github.com/hoppscotch/hoppscotch/commit/d0c261b9cdc6854817d69270acc523e072858dc1) Merge branch 'main' into fix/1541/query-parameters-url-encoding ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pages/index.vue` (+2 -2) </details> ### 📄 Description Closes #1541 This PR trims white space from query parameter keys and values while building the query string and additionally encodes the URL query string before it is appended to the current URL path. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:00:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3387
No description provided.