mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2246] [bug]: HTTP requests are blocked by default and behavior is not documented #774
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#774
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 @sjsadowski on GitHub (Apr 8, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2246
Is there an existing issue for this?
Current behavior
This is an extension of #1376, however that issue does not properly address the behavior as identified.
By default, the PWA runs as an https-loaded site. Modern browser do not allow mixed content (HTTP/HTTPS). Requests made in the PWA to any http:// address fail (as of 2022-04-08) by default unless proxied through the browser extension. I have not checked whether or not this is functional for an actual socks proxy.
I have no issue with this - it is expected browser behavior and as of now, at least chromium/chrome have disabled the flags that would allow this to function. With that being said, the behavior should be documented. If acceptable, I'll submit a PR for updating the README noting this.
I am unaware of there being another fix, however with the original issue being open almost a year and a half, I am guessing there's not an easy one.
Replicated on:
Fedora 34, 35/Chrome 99; Chrome 100
MacOS 12.3, 12.3.1/Chrome 99; Chrome 100
Steps to reproduce
Environment
Production
Version
Local
@balub commented on GitHub (May 17, 2022):
Have you tried installing the Chrome Extension and trying then?
https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld?hl=en
@sjsadowski commented on GitHub (May 17, 2022):
@balub please re-read what I wrote.
@sjsadowski commented on GitHub (May 17, 2022):
Closing as I've switched to a more stable product.