[GH-ISSUE #373] Proxy server default configuration #137

Closed
opened 2026-03-16 13:38:12 +03:00 by kerem · 6 comments
Owner

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?

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?
kerem 2026-03-16 13:38:12 +03:00
Author
Owner

@liyasthomas commented on GitHub (Nov 29, 2019):

@NBTX

<!-- gh-comment-id:559644243 --> @liyasthomas commented on GitHub (Nov 29, 2019): @NBTX
Author
Owner

@FatDoge commented on GitHub (Nov 29, 2019):

Also met the CORS problem.I have changed the config.json to fit my private postwoman.
#365

<!-- gh-comment-id:559644922 --> @FatDoge commented on GitHub (Nov 29, 2019): Also met the CORS problem.I have changed the ```config.json``` to fit my private postwoman. #365
Author
Owner

@liyasthomas commented on GitHub (Nov 29, 2019):

I think Access-Control-Allow-Origin is only set to allow requests from https://postwoman.io.

<!-- gh-comment-id:559645268 --> @liyasthomas commented on GitHub (Nov 29, 2019): I think `Access-Control-Allow-Origin` is only set to allow requests from `https://postwoman.io`.
Author
Owner

@FatDoge commented on GitHub (Nov 29, 2019):

yep, the default config is that,but I have changed it to my server address.

<!-- gh-comment-id:559645740 --> @FatDoge commented on GitHub (Nov 29, 2019): yep, the default config is that,but I have changed it to my server address.
Author
Owner

@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 allowedOrigins list. If you use the Postwoman app from postwoman.io with your proxy no additional configuration is required.

<!-- gh-comment-id:560116265 --> @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 `allowedOrigins` list. If you use the Postwoman app from postwoman.io with your proxy no additional configuration is required.
Author
Owner

@FatDoge commented on GitHub (Dec 2, 2019):

I will test it today and paste the result below.

<!-- gh-comment-id:560179386 --> @FatDoge commented on GitHub (Dec 2, 2019): I will test it today and paste the result below.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#137
No description provided.