It said that image.tmdb.org has no request limit.
However, if I access it more than 40 times, it returns a status code of 429.
Is there a limit?
{ URL: https://image.tmdb.org/t/p/w500/cxyva3ARRW1wdFfZzmD5rc3p49P.jpg } { Status Code: 429, Headers {
"Content-Length" = (
2350
);
"Content-Type" = (
"text/html"
);
Date = (
"Sat, 06 Aug 2022 02:21:41 GMT"
);
Server = (
"BunnyCDN-SG-715"
);
"cdn-limit" = (
true
);
"cdn-requestid" = (
34089e6085fe4b9c35cb96396eee9918
);
} } 429
Thank you in advance for your help.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أغسطس 5, 2022 في 11:00 مساءا
One of our CDN providers enforces some base level rate limiting to help prevent DDOS attacks.
I believe it's a maximum of:
50 requests per second and
20 connections per IP.
See here: https://www.themoviedb.org/talk/62c7c1b258361b005fd2e747?page=1#62c83b78befd91005007a0c7
رد بواسطة Travis Bell
بتاريخ أغسطس 6, 2022 في 11:29 صباحا
Hi @Tatsuya-ss,
The info @ticao2 mentioned is for
api.themoviedb.org
. Forimage.tmdb.org
, the only thing we limit is the max number of simultaneous connections. The limit is the same,20
.