On 24/04/2015 2:46 p.m., Kristopher Linquist wrote:
> Hi,
> 
> 
> I’m using squid to throttle outgoing API calls to various services.
> 
> 
> I’ve got Squid working with ssl_bump and currently caching any request more 
> often than 15 minutes with this line:
> 
> 
> refresh_pattern .             15      20%     4320 override-expire 
> ignore-reload
> 
> 
> I’m interested in making sure I can’t send an identical REST call to 
> twilio(text message service) more often than every 10 seconds.  
> 
> 
> Is there any way to accomplish this?

Depends on what you mean by "identical REST call".

There is the miss_access control, but it only allows "fast" ACLs.

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to