[PR #4773] [MERGED] feat: updated the hard coded proxy url with the server fetched #4926

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4773
Author: @nivedin
Created: 2/20/2025
Status: Merged
Merged: 2/20/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/proxy-url-updation


📝 Commits (3)

  • a64cc49 feat: update UI for proxy update
  • 779c87d chore: replace hard coded proxy to fetched one
  • f96573f chore: add platform def

📊 Changes

7 files changed (+58 additions, -7 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+1 -1)
📝 packages/hoppscotch-common/src/components/settings/Proxy.vue (+17 -3)
packages/hoppscotch-common/src/helpers/proxyUrl.ts (+22 -0)
📝 packages/hoppscotch-common/src/helpers/strategies/AxiosStrategy.ts (+4 -1)
📝 packages/hoppscotch-common/src/newstore/settings.ts (+4 -1)
📝 packages/hoppscotch-common/src/platform/infra.ts (+6 -0)
📝 packages/hoppscotch-common/src/platform/std/interceptors/proxy.ts (+4 -1)

📄 Description

This PR updates the hard coded proxy URL and fetch it from the server if it exist else fall back to the default one.

Dependent on 112 and 111


🔄 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/4773 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/proxy-url-updation` --- ### 📝 Commits (3) - [`a64cc49`](https://github.com/hoppscotch/hoppscotch/commit/a64cc4994548382630b6a0ce1930a75ba2145ad8) feat: update UI for proxy update - [`779c87d`](https://github.com/hoppscotch/hoppscotch/commit/779c87d10d32294d78a87207351cff3a6dcb670e) chore: replace hard coded proxy to fetched one - [`f96573f`](https://github.com/hoppscotch/hoppscotch/commit/f96573f90ef9786e7bc1061bb2a2fbbaa21a5ca3) chore: add platform def ### 📊 Changes **7 files changed** (+58 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+1 -1) 📝 `packages/hoppscotch-common/src/components/settings/Proxy.vue` (+17 -3) ➕ `packages/hoppscotch-common/src/helpers/proxyUrl.ts` (+22 -0) 📝 `packages/hoppscotch-common/src/helpers/strategies/AxiosStrategy.ts` (+4 -1) 📝 `packages/hoppscotch-common/src/newstore/settings.ts` (+4 -1) 📝 `packages/hoppscotch-common/src/platform/infra.ts` (+6 -0) 📝 `packages/hoppscotch-common/src/platform/std/interceptors/proxy.ts` (+4 -1) </details> ### 📄 Description This PR updates the hard coded proxy URL and fetch it from the server if it exist else fall back to the default one. Dependent on [112](https://github.com/hoppscotch/selfhost-enterprise/pull/112) and [111](https://github.com/hoppscotch/selfhost-enterprise/pull/111) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:25:13 +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#4926
No description provided.