Click here to Skip to main content
15,913,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to build an http proxy in C which prefers specific class of sites say .edu sites over sites like social sites while processing requests from clients thus providing preferential access.
how should i incorporate this feature in my proxy!
Posted
Updated 29-Jan-11 17:50pm
v2
Comments
Sandeep Mewara 28-Jan-11 12:12pm    
ASP.NET?
abhi5306 29-Jan-11 23:50pm    
in C!

1 solution

simply,do a url parsing of the url of the request page and by help of a lookup table this can be implemented
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900