redbutterfly
Sunday, July 29, 2007
function FindProxyForURL(url,host)
{
if (shExpMatch(host,"*.com"))
return "PROXY proxy0:8080 ";
else
return "PROXY proxy1:8080 ";
}
// http://*.com domains are routed to proxy0. ex http://www.sharp-usa.com/
posted by shaji @
3:19 AM
0 Comments
About Me
Name:
shaji
View my complete profile
Links
Google News
Edit-Me
Edit-Me
Previous Posts
function FindProxyForURL(url,host){ if (shExpMatc...
Archives
July 2007
Subscribe to
Posts [
Atom
]