Skip to content

This is an implementation of a web proxy server that passes requests and data between multiple web clients and web servers, concurrently (by forking a process for each new client request). Note: you need to configure your web browser to use this personal proxy server. This web proxy is capable of handling the following tasks. 1. HTTP communicati…

Notifications You must be signed in to change notification settings

M-Abdullah-Usmani/Proxy-Server-Socket-Programming-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Proxy-Server-Socket-Programming-

This is an implementation of a web proxy server that passes requests and data between multiple web clients and web servers, concurrently (by forking a process for each new client request).

Note: you need to configure your web browser to use this personal proxy server.

This web proxy is capable of handling the following tasks.

  1. HTTP communications between client and server.
  2. HTTPs communications between client and server.

About

This is an implementation of a web proxy server that passes requests and data between multiple web clients and web servers, concurrently (by forking a process for each new client request). Note: you need to configure your web browser to use this personal proxy server. This web proxy is capable of handling the following tasks. 1. HTTP communicati…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages