mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1135] What does Reverse Proxy do? And how do I use it? #830
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#830
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 @DannyBrock123 on GitHub (Mar 11, 2023).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1135
Hello, I just want to know how to use Reverse Proxy and what does it do also what is it used and helpful for.
@MaxXor commented on GitHub (Mar 11, 2023):
Basically you can use a connected Quasar client as a proxy server and browse the web as if it originated from the clients PC. Once you started the reverse proxy on a client, you configure your browser to use 127.0.0.1 and your selected port as SOCKS5 proxy. There are many use cases for that, e.g. accessing internal web resources which are not reachable from the outside or bypassing IP restrictions by using the clients IP address.
See here (replace Internet with Quasar Server and Proxy with Quasar Client):
