mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #2319] [feature]: have an option to pipe request through backend #796
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#796
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 @Truth1984 on GitHub (May 4, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2319
Is there an existing issue for this?
Summary
Need to have an option to switch requests sent through by web API or a backend server, since a backend server does not have to deal with the cors issues.
Why should this be worked on?
Am using the docker version, and having issues with cors: seems like my requests and proxy servers are both blocked by the cors policy.
postman does not have to deal with the cors issues.
send requests from self-hosted sites with HTTPS enabled to an HTTP destination is most likely impossible due to web security policy.
@AndrewBastin commented on GitHub (May 4, 2022):
You can use the official browser extension if your only goal is to override CORS. Else, you can use the proxy interceptor as well.
For more info, see: https://docs.hoppscotch.io/features/interceptor
If this solves your problem, please close this issue.