Skip to content

Commit

Permalink
Update HttpBasics_ProxyIntro0.adoc
Browse files Browse the repository at this point in the history
Fixed typo, Actual : "wihtin" , Expected :  "within"
  • Loading branch information
kumar-nitish authored and nbaars committed May 23, 2018
1 parent 6cf96f9 commit 408a637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
== HTTP Proxy Overview

Many times proxies are used as a way of accessing otherwise blocked content. A user might connect to server A, which relays content from server B
... Because Server B is blocked wihtin the user's network. That's not the use case we will be dealing with here, but the concept is the same.
... Because Server B is blocked within the user's network. That's not the use case we will be dealing with here, but the concept is the same.
HTTP Proxies receive requests from a client and relay them. They also typically record them. They act as a man-in-the-middle (keep that in mind if you decide to
use a proxy server to connect to some other system that is otherwise blocked). We won't get into HTTP vs HTTPS just yet, but that's an important topic in
relationship to proxies.
Expand Down

0 comments on commit 408a637

Please sign in to comment.