mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #373] Proxy server default configuration #137
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#137
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 @FatDoge on GitHub (Nov 29, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/373
Is your feature request related to a problem? Please describe.
I use the postwoman-proxy to create a private proxy server, and I want to use the server url become the default configutarion. There are many files that need to be changed, may be create a common config.json to export the DEFAULT_PROXY_URL?
@liyasthomas commented on GitHub (Nov 29, 2019):
@NBTX
@FatDoge commented on GitHub (Nov 29, 2019):
Also met the CORS problem.I have changed the
config.jsonto fit my private postwoman.#365
@liyasthomas commented on GitHub (Nov 29, 2019):
I think
Access-Control-Allow-Originis only set to allow requests fromhttps://postwoman.io.@FatDoge commented on GitHub (Nov 29, 2019):
yep, the default config is that,but I have changed it to my server address.
@NBTX commented on GitHub (Dec 1, 2019):
You only need to make sure that the page you're accessing postwoman from is included in the
allowedOriginslist. If you use the Postwoman app from postwoman.io with your proxy no additional configuration is required.@FatDoge commented on GitHub (Dec 2, 2019):
I will test it today and paste the result below.