squid

How to add banners and ads on squid

hey guys are you aware of anchorfree vpn?, i have used them before, however i am running my cybercafe on squid, and i want to advertise using squid, i would like to know how to add a banner at the top of every page randomly just like anchorfree thank you. ...

How to set up a squid Proxy with basic username and password authentication?

squid proxy currently I use ip in acl I want to use username and password to do this thanks ...

Is there a way to use the Sonar Squid check with Checkstyle independently?

We would like to get statistics like number of non commenting statements, number of classes, number of methods. JavaNCSS doesn't work with generics in many situations. I'm wondering if i can just use Sonar Squid specifically the CheckstyleSquidBridge class and plugin that in as a module to Checkstyle 5.1. And this would be independent...

How can I track uploaded file names through my network using squid?

I want to track the uploaded file names from my network using squid. For my network I want to monitor the uploads happening and also I want to generate a report of files that were uploaded from my network. ...

dynamically modify HTTP POST data

I set up a squid proxy server, and I would like to monitor and modify certain HTTP POST requests before it goes out of squid. What are my options? ...

Temporary web site allowance using squid

Hi, Is it possible for customize squid to temporary allow blacklisted website via the error page? Similar to Webwasher functionality below where it can detect blacklisted website, show an error page with a green button which the user can click to have 30 minutes allowance to visit that website. Thanks. translation: Access to the ...

REST API caching, should I use a Reverse proxy or memcache(d)?

I have a REST API where I would like to cache the JSON response of the index (GET /foo) and the read actions (GET /foo/1) to significantly increase the performance. When there is a POST or a PUT on a resource the cache entries for the index and read results need to be expired, so no old content is served. Is this a scenario that's best ...

Obtaining the form data, the user input in a simple web form using Squid proxy

Hi, There is a web application server. I need to inspect the content of a form before it is processed on the server. I need to obtain the user's response using Squid Proxy server. Out of the box Squid does not supply access to the POST, PUT or GET of the response, only the GET request. I need the setup in which Squid can get this...