Hi
If I have a blog url structure, something like
www.blog.com/12343/Hello-World
I'm happy to cache that page entirely at the CDN
But concerned that my low-dynamo app might be easily exposed to attackers
by simply making many calls to blog posts that don't exist that always make
a Heroku req
I would recommend checking out a rack based solution such as
https://github.com/kickstarter/rack-attack
On Tue, Apr 29, 2014 at 9:19 PM, railsnerd wrote:
>
> Hi
>
> If I have a blog url structure, something like
> www.blog.com/12343/Hello-World
>
> I'm happy to cache that page entirely at the C