computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
708 B
15 lines
708 B
2 years ago
|
# Forward Proxy
|
||
|
|
||
|
Forward Proxy, often called proxy server is a server that sits in front of a group of **client machines**. When those computers make requests to sites and services on the Internet, the proxy server intercepts those requests and then communicates with web servers on behalf of those clients, like a middleman.
|
||
|
|
||
|
**Common Uses:**
|
||
|
|
||
2 years ago
|
- To block access to certain content
|
||
|
- To protect client identity online
|
||
|
- To provide restricted internet to organizations
|
||
2 years ago
|
|
||
|
Visit the following resources to learn more:
|
||
|
|
||
10 months ago
|
- [@article@What is Forward Proxy?](https://www.fortinet.com/resources/cyberglossary/proxy-server)
|
||
|
- [@article@Forward vs Reverse Proxy](https://oxylabs.io/blog/reverse-proxy-vs-forward-proxy)
|