[PR #4498] [MERGED] chore: introduce supportsDigestAuth field at the interceptor service level #4839

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4498
Author: @jamesgeorge007
Created: 10/30/2024
Status: Merged
Merged: 10/30/2024
Merged by: @jamesgeorge007

Base: nextHead: interceptor-service-field-addition


📝 Commits (1)

  • ac3c2f7 chore: introduce supportsDigestAuth field at the interceptor service level

📊 Changes

7 files changed (+14 additions, -17 deletions)

View changed files

📝 packages/hoppscotch-common/src/platform/index.ts (+0 -5)
📝 packages/hoppscotch-common/src/platform/interceptors.ts (+0 -1)
📝 packages/hoppscotch-common/src/platform/std/interceptors/agent/index.ts (+2 -0)
📝 packages/hoppscotch-common/src/services/inspection/inspectors/authorization.inspector.ts (+4 -10)
📝 packages/hoppscotch-common/src/services/interceptor.service.ts (+6 -0)
📝 packages/hoppscotch-selfhost-desktop/src/platform/interceptors/native/index.ts (+2 -0)
📝 packages/hoppscotch-selfhost-web/src/main.ts (+0 -1)

📄 Description

What's changed

This PR introduces a new field supportsDigestAuth at the interceptor service level replacing the previous showInterceptorWarningForDigestAuth platform level feature flag.

The purpose of introducing the above feature flag was to convey whether to show a warning regarding supported interceptors based on the platform. Since it is specific to interceptors, the above is removed in favour of a new member at the interceptor service layer.

Notes to reviewers

N/A


🔄 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/4498 **Author:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `interceptor-service-field-addition` --- ### 📝 Commits (1) - [`ac3c2f7`](https://github.com/hoppscotch/hoppscotch/commit/ac3c2f71fc208bc7ab4cd499193b5554b617776a) chore: introduce `supportsDigestAuth` field at the interceptor service level ### 📊 Changes **7 files changed** (+14 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/platform/index.ts` (+0 -5) 📝 `packages/hoppscotch-common/src/platform/interceptors.ts` (+0 -1) 📝 `packages/hoppscotch-common/src/platform/std/interceptors/agent/index.ts` (+2 -0) 📝 `packages/hoppscotch-common/src/services/inspection/inspectors/authorization.inspector.ts` (+4 -10) 📝 `packages/hoppscotch-common/src/services/interceptor.service.ts` (+6 -0) 📝 `packages/hoppscotch-selfhost-desktop/src/platform/interceptors/native/index.ts` (+2 -0) 📝 `packages/hoppscotch-selfhost-web/src/main.ts` (+0 -1) </details> ### 📄 Description ### What's changed This PR introduces a new field `supportsDigestAuth` at the interceptor service level replacing the previous `showInterceptorWarningForDigestAuth` platform level feature flag. The purpose of introducing the above feature flag was to convey whether to show a warning regarding supported interceptors based on the platform. Since it is specific to interceptors, the above is removed in favour of a new member at the interceptor service layer. ### Notes to reviewers N/A --- <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:19 +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#4839
No description provided.