[PR #118] [MERGED] Bind history state and query params of requests #2423

Closed
opened 2026-03-17 00:07:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/118
Author: @yubathom
Created: 8/30/2019
Status: Merged
Merged: 8/31/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (2)

  • a696c33 Bind history state and query params of requests
  • 19a57e8 Spelling correction

📊 Changes

1 file changed (+34 additions, -4 deletions)

View changed files

📝 pages/index.vue (+34 -4)

📄 Description

  • Enable uri with preseted headers, params and body. Examples:

or combined with other params like:
/?method=POST&auth=Basic&httpUser=someUser&httpPassword=somePass

  • The url and router state are now binded. So the requests can be shared (just copy it from the url bar)

🔄 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/118 **Author:** [@yubathom](https://github.com/yubathom) **Created:** 8/30/2019 **Status:** ✅ Merged **Merged:** 8/31/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a696c33`](https://github.com/hoppscotch/hoppscotch/commit/a696c33bca543f8376e686b64c174e0c2a72bb9b) Bind history state and query params of requests - [`19a57e8`](https://github.com/hoppscotch/hoppscotch/commit/19a57e8ecf1289119049ab10c73a9cf313e52d0a) Spelling correction ### 📊 Changes **1 file changed** (+34 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pages/index.vue` (+34 -4) </details> ### 📄 Description * Enable uri with preseted headers, params and body. Examples: - <a href="https://yubathom.github.io/postwoman/?headers=%5B%7B%22key%22%3A%22foo%22,%20%22value%22%3A%22bar%22%7D%5D">/?headers=[{"key":"foo", "value":"bar"}] - <a href="https://yubathom.github.io/postwoman/?params=%5B%7B%22key%22%3A%22foo%22,%20%22value%22%3A%22bar%22%7D%5D">/?params=[{"key":"foo", "value":"bar"}] - <a href="https://yubathom.github.io/postwoman/?method=POST&bodyParams=%5B%7B%22key%22%3A%22foo%22,%20%22value%22%3A%22bar%22%7D%5D">/?method=POST&bodyParams=[{"key":"foo", "value":"bar"}]</a> or combined with other params like: [/?method=POST&auth=Basic&httpUser=someUser&httpPassword=somePass](https://yubathom.github.io/postwoman/?method=POST&url=https%3A%2F%2Freqres.in&path=%2Fapi%2Fusers&auth=Basic&httpUser=someUser&httpPassword=somePass) * The url and router state are now binded. So the requests can be shared (just copy it from the url bar) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:07:46 +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#2423
No description provided.