Skip to content

ajaycj/ACN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

##########  WEB PROXY IMPLMENTATION #########
Description: Clients contact a server requiring for a GET HTTPS request. Server fetches the information from web brwoser for content. Server then sends it to the client based on its thread id.


SERVER
 
1.To compile proxy server code and to create the executable: gcc workon_server.c -o server -lpthread
2.To run executable:
  "./server"
CLIENT
1.To compile client code:
 gcc client.c -o client 
2.To run client code:
  ./client <local host ip> 
  
e.g., 
    ./client 129.110.92.16
     www.google.com:80:index.html

About

Implementation of Web Proxy Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages