Re: [squid-users] how to cache POST request response ?

2008-07-22 Thread Henrik Nordstrom
Please keep discussions on the mailinglist. On tis, 2008-07-22 at 14:12 +0700, johan firdianto wrote: > what kind logic ? 1. Analysing how rapidshare really works.. 2. From the analysis, figure out how to properly identify downloads. 3. Add code to Squid (or maybe an ICAP server) capable of per

Re: [squid-users] how to cache POST request response ?

2008-07-21 Thread Henrik Nordstrom
On tis, 2008-07-22 at 09:14 +0700, johan firdianto wrote: > Hi Henrik, > > Could reverse proxy handle this situation ? A reverse proxy is not applicable as rapidshare is not your site. It is possible to work around rapidshare POST logics by adding rapidshare specific logics to the proxy. But it

Re: [squid-users] how to cache POST request response ?

2008-07-21 Thread Henrik Nordstrom
mån 2008-07-21 klockan 20:08 +0700 skrev johan firdianto: > anyone here know how to cache response of POST request ? POST isn't cachable in the manner you like it to be. HTTP caching of POST is a quite odd thing.. if a POST results in a cachable reply then that reply will be returned on a subseq

[squid-users] how to cache POST request response ?

2008-07-21 Thread johan firdianto
anyone here know how to cache response of POST request ? some popular filesharing sites use POST method to download somefile. i checked in store.log, there's no SWAPOUT for POST request. here my squid.conf acl rapid dstdomain .rapidshare.com acl POST method POST cache allow rapid POST http_access