Proxy vs Reverse Proxy

What is the difference between a Proxy and a Reverse Proxy? A web proxy accepts http requests from a client (typically a browser), forwards those requests to a webserver, then returns the response to the browser. Simple right? So, a reverse proxy »