grantmakers / profiles

Grantmakers.io Profiles - Summary profiles for all US-based foundations who have filed electronic IRS Form 990-PF
MIT License
1 stars 1 forks source link

Handle bot traffic #52

Closed chadokruse closed 5 years ago

chadokruse commented 5 years ago

=> Option 1: Handle w/in Stitch Function via Custom HTTP Header (will solve most current scenarios)

Option 2: Handle at Cloudflare level Per Cloudflare:

Rate limiting will only apply to requests to your origin, so if you’re utilizing Cloudflare’s caching then your css, js and images would (typically) already be in cache.
...
Just to clarify, by default the rate limiting only applies to non-cached requests.

Discussion here.