mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4059] [bug]: Interceptor not saving selected option #1445
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#1445
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?
Originally created by @KyleOrth on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4059
Is there an existing issue for this?
Current behavior
As of https://github.com/hoppscotch/hoppscotch/pull/4051 the default interceptor has changed to Proxy instead of using the browser extension. This is affecting IP Addresses in requests being made.
Changing the setting back to Use browser extension resolves this issue. But after closing and reopening Hoppscotch, that setting is not saved and it reverts back to the Proxy, which is not working in my scenario.
Steps to reproduce
Environment
Production
Version
Cloud
@thetronjohnson commented on GitHub (May 13, 2024):
hi @KyleOrth are you a logged-in user or are you using the app without an account?
I reproduced this and found that this issue is only present for non-logged in users, just wanted to confirm
@JulienPerrin commented on GitHub (May 14, 2024):
Hi,

I reproduce the issue on PWA.
When I open the app, the option "Use the browser extension to send requests (if present)" is no longer checked even though I checked it before.
To reproduce :
@nivedin commented on GitHub (May 14, 2024):
@JulienPerrin @KyleOrth thank's for reporting the issue, it should be fixed with #4060