[PR #72] [MERGED] Enable shareable requests with parameters in url queries #2398

Closed
opened 2026-03-17 00:06:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • d71a4ba Enable shareable requests with preseted attributes in url queries

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 pages/index.vue (+8 -0)

📄 Description

I think this is maybe related to #29.

It enable shareable requests using query parameters in the url. Examples:

/url=https://api.thecatapi.com&path=/v1/images/search

/method=POST

/method=PUT&contentType=/?method=PUT&contentType=www-form/urlencoded

it can be applied to the other items of data of the pages/index component.

Maybe would be simpler to store theese settings (that could be stored in the router) in a collection than a encoding/decodign static files.


🔄 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/72 **Author:** [@yubathom](https://github.com/yubathom) **Created:** 8/27/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d71a4ba`](https://github.com/hoppscotch/hoppscotch/commit/d71a4ba0bba4a9c30ac24e1bb06d4176910de8d9) Enable shareable requests with preseted attributes in url queries ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pages/index.vue` (+8 -0) </details> ### 📄 Description I think this is maybe related to #29. It enable shareable requests using query parameters in the url. Examples: [/url=https://api.thecatapi.com&path=/v1/images/search](https://yubathom.github.io/postwoman/?url=https://api.thecatapi.com&path=/v1/images/search) [/method=POST](https://yubathom.github.io/postwoman/?method=POST ) [/method=PUT&contentType=/?method=PUT&contentType=www-form/urlencoded](https://yubathom.github.io/postwoman/?method=PUT&contentType=www-form/urlencoded) it can be applied to the other items of `data` of the `pages/index` component. Maybe would be simpler to store theese settings (that could be stored in the router) in a collection than a encoding/decodign static files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:06:20 +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#2398
No description provided.