Files
freeCodeCamp/guide/english/security/proxies/index.md
2018-10-16 21:32:40 +05:30

30 lines
943 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Proxies
---
## Proxies
Proxies are servers or a network of computers that act as an intermediary between a client and a server.
Their are different types of proxies which include but are not limited to:
<ul>
<li>Forward Proxies</li>
<li>Reverse Proxies</li>
<li>Transparent Proxies</li>
<li>Web Proxies</li>
</ul>
The most commonly known one's today are web proxies which act as an intermediary between a user's computer and the internet.
The common features of such proxies are:
<ul>
<li>To hide a user's IP address providing anonymity while surfing the web.</li>
<li> Enabling users to access sites with blocked IP addresses.</li>
</ul>
#### More Information:
<a href="https://en.wikipedia.org/wiki/Proxy_server" target="_blank" rel="noopener">Proxy Server by Wikipedia</a>
<a href="http://whatis.techtarget.com/definition/proxy-server" target="_blank" rel="noopener">Proxy Server by WhatIs on TechTarget</a>