mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4932] [MERGED] fix: import bug with extension and agent interceptors #4994
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4932
Author: @nivedin
Created: 3/24/2025
Status: ✅ Merged
Merged: 3/28/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/interceptor-bug-while-import📝 Commits (5)
814c3c0fix: header send as undefined bug in extensionfbb6b72chore: add user-agent header while fetching via agent436bce1fix(common): setuser-agentfornativeinterceptoree22a7efix: commentc84cd03fix(common): avoid overriding existingUser-Agent📊 Changes
4 files changed (+35 additions, -5 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+0 -2)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/index.ts(+17 -1)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/index.ts(+1 -1)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/native/index.ts(+17 -1)📄 Description
Closes HFE-789
This PR fixes the issue where the OpenAPI URL and Gist import failed when using extension and Agent as interceptors. Also, extends it to the Desktop App alongside
Nativeinterceptor.Todo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.