mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1489] Extension and Webapp makes requests when enabled option of settings #477
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#477
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 @joaoeudes7 on GitHub (Feb 15, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1489
Originally assigned to: @AndrewBastin on GitHub.
Describe the bug
The web app and the extension app makes the request
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only the extension makes the request
Screenshots

Desktop (please complete the following information):
Additional context
Version of extension is 0.2.0
@liyasthomas commented on GitHub (Feb 16, 2021):
@AndrewBastin take a look at this.
@AndrewBastin commented on GitHub (Feb 16, 2021):
So did you enable the extension and then install the extension for the multiple request fire to be caused ?
Because I can't seem to reproduce it from my end.
@liyasthomas commented on GitHub (Feb 16, 2021):
Neither I can reproduce this behaviour.
@joaoeudes7 commented on GitHub (Feb 16, 2021):
When disabled the option with use of extension, the api receive only one request, when enabled receive two.
Do you need any more information that can help?