[PR #4491] [MERGED] feat(desktop): add CA cert and HTTP proxy support for native interceptor #4832

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4491
Author: @CuriousCorrelation
Created: 10/29/2024
Status: Merged
Merged: 10/29/2024
Merged by: @AndrewBastin

Base: nextHead: desktop/feat/http-proxy


📝 Commits (1)

  • 000bd08 feat(desktop): add CA cert and HTTP proxy support for native interceptor

📊 Changes

3 files changed (+91 additions, -13 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/settings/Agent.vue (+1 -1)
📝 packages/hoppscotch-selfhost-desktop/src/components/settings/NativeInterceptor.vue (+52 -7)
📝 packages/hoppscotch-selfhost-desktop/src/platform/interceptors/native/index.ts (+38 -5)

📄 Description

Description

Adds HTTP/HTTPS/SOCKS proxy support to the native interceptor in the desktop app. The native interceptor now allows users to:

  • Enable/disable proxy usage
  • Configure proxy URL with support for:
    • HTTP/HTTPS/SOCKS protocols
    • Basic Auth and NTLM authentication (via URL)
    • Username/password in URL format

Changes

  • Added proxy configuration UI in NativeInterceptor settings
  • Implemented proxy persistence using local storage
  • Extended RequestDef type to include proxy information
  • Added proxy URL validation and handling in the native interceptor service

Fix

  • Added IconLucideFileBadge icon to common package for consistency (this is a fix for web-app)

Closes HFE-639


🔄 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/4491 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `desktop/feat/http-proxy` --- ### 📝 Commits (1) - [`000bd08`](https://github.com/hoppscotch/hoppscotch/commit/000bd089cac7941bc72918b77d16b00c73ca0e1c) feat(desktop): add CA cert and HTTP proxy support for native interceptor ### 📊 Changes **3 files changed** (+91 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/settings/Agent.vue` (+1 -1) 📝 `packages/hoppscotch-selfhost-desktop/src/components/settings/NativeInterceptor.vue` (+52 -7) 📝 `packages/hoppscotch-selfhost-desktop/src/platform/interceptors/native/index.ts` (+38 -5) </details> ### 📄 Description # Description Adds HTTP/HTTPS/SOCKS proxy support to the native interceptor in the desktop app. The native interceptor now allows users to: - Enable/disable proxy usage - Configure proxy URL with support for: - HTTP/HTTPS/SOCKS protocols - Basic Auth and NTLM authentication (via URL) - Username/password in URL format ## Changes - Added proxy configuration UI in NativeInterceptor settings - Implemented proxy persistence using local storage - Extended RequestDef type to include proxy information - Added proxy URL validation and handling in the native interceptor service ## Fix - Added IconLucideFileBadge icon to common package for consistency (this is a fix for web-app) Closes HFE-639 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:20:02 +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#4832
No description provided.