|
-
September 8th, 2005, 08:04 PM
#1
Socket programming on Unix with C- to write a simple web proxy
Hello,
I am new to writing the socket programming. If there are any free tutorials online, plz help me.
My problem is:
To implement a simple web proxy where the proxy will handle GET requests of HTTP 1.0 only. No web object caching is required; support for HEAD, PUT, or other HTTP commands are NOT required. The URLs are assumed to include host names of the web servers and not IP addresses (e.g., no URLs in the form of http://128.110.80.55 ). In addition, URLs are assumed to include a host name and a simple directory path to a web object. It is not required to check and verify the correctness of the format of the given URL.
On the other hand, the web proxy should be able to handle multiple client requests at a time (say with a maximum of 10 clients at a time) and should be able to serve them simultaneously.
thx a lot to all of you well in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|