php - How to limit requests for the Image from remote server -
i have free image upload center.can limit requests files on server remote servers? how?
in example:
if test.png
requested more 1000 per day, until next day requests not accepted or redirected other path.
it depended on webserver.
yes, can store image lists in mysql or handle images true php, if need simple control files request limitation, can webserver, firewall !
nginx know can limited requests accepted special folder.
Comments
Post a Comment