[GH-ISSUE #1135] What does Reverse Proxy do? And how do I use it? #830

Closed
opened 2026-02-27 15:52:01 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-27 15:52:01 +03:00
Author
Owner

@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):
image

<!-- gh-comment-id:1464944273 --> @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): ![image](https://user-images.githubusercontent.com/7271470/224494860-7f993c14-2765-4c36-b269-736124bc180e.png)
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/Quasar#830
No description provided.