cuttle icon indicating copy to clipboard operation
cuttle copied to clipboard

:octopus: - Rate limit HTTP API calls per access token

Results 12 cuttle issues
Sort by recently updated
recently updated
newest added

I have a use case where I would like to use this behind a corporate proxy. Is there a setting I can add in main.go to facilitate the request being...

We're looking for a solution to limit requests to an external API to slow down our requests (from multiple backend services) to conform with their rate limits. They have set...

the general case of M requests per N seconds is added. For example, Nseconds=60 would be the same as RPM, and Nseconds=1 would be the same as RPS.

It seems like it segfaulted with the following conf file ``` Main: Forwarding request to https://name.myshopify.com:443/admin/shop.json Segmentation fault (core dumped) root@:/var/cuttle# cat cuttle.yml addr: :3128 cacert: './cacert.pem' cakey: './privkey.pem' zones:...

This rate limiter has two config options - i. HTTP header name, ii. time pause unit (s/ms/etc.)

enhancement

Example https://developers.google.com/maps/documentation/business/articles/usage_limits#limitexceeded

enhancement

- Does goproxy already support that? - Is this compatible with TLS/SSL MITM? - Does Cuttle really need to support it since Cuttle is a middleware living inside a data...

question

We better provide useful error message when the config file is not correct.

bug

There are few cases here. 1. Redirects from unlimited zone A to rate limited zone B. 2. Redirects from rate limited zone A to unlimited zone B. 3. Redirects from...

question

Example authentication methods: https://developer.github.com/v3/#authentication

enhancement