You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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