The Movie Database Support

Hi,

As a follow up to https://www.themoviedb.org/talk/65cc7217894ed6014726c832, on further digging, it seems like the "referer" header may be causing issues.

Trying this:

curl -L 'https://media.themoviedb.org/t/p/w440_and_h660_face/bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg' -H 'referer: https://www.themoviedb.org/'

returns:

<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0"/><style>body{margin:0px;padding:0px;}iframe{width:100%;height:100%}</style><iframe src="http://www.airtel.in/court-orders/ " width="100%" height="100%" frameborder=0></iframe>

but this works fine:

curl -L 'https://media.themoviedb.org/t/p/w440_and_h660_face/bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg'

returns (basically the expected image):

Warning: Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway, or consider "--output <FILE>" to save to a file.

Is it possible the CDN itself may be caching invalid responses? And if so, can it be configured to skip those invalid responses?

1 reply (on page 1 of 1)

Jump to last post

CDN response for the first (with referer header):

< HTTP/2 200
< date: Sun, 03 Aug 2025 16:53:50 GMT
< content-type: text/html
< content-length: 262
< vary: Accept-Encoding
< server: BunnyCDN-CEN1-1045
< cdn-pullzone: 1885712
< cdn-uid: 29af4e0e-bcbd-4fcb-8635-74ddc38a1ebf
< cdn-requestcountrycode: IN
< access-control-allow-origin: *
< access-control-allow-headers: Server, x-goog-meta-frames, Content-Length, Content-Type, Range, X-Requested-With, If-Modified-Since, If-None-Match
< access-control-expose-headers: Server, x-goog-meta-frames, Content-Length, Content-Type, Range, X-Requested-With, If-Modified-Since, If-None-Match
< cache-control: public, max-age=31919000
< pragma: no-cache
< cdn-proxyver: 1.33
< cdn-requestpullsuccess: True
< cdn-requestpullcode: 200
< cdn-cachedat: 08/03/2025 16:44:55
< cdn-edgestorageid: 1045
< cdn-requestid: 8d3c317077b9073de49f167b01d9a7f3
< cdn-cache: HIT
< cdn-status: 200
< cdn-requesttime: 0

Notice the cdn-cache: HIT.

And for the second (without the referer header):

< HTTP/2 301
< date: Sun, 03 Aug 2025 16:54:31 GMT
< content-type: text/html
< content-length: 166
< location: https://image.tmdb.org/t/p/w440_and_h660_face/bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg
< server: BunnyCDN-CEN1-1045
< cdn-pullzone: 1885712
< cdn-uid: 29af4e0e-bcbd-4fcb-8635-74ddc38a1ebf
< cdn-requestcountrycode: IN
< access-control-allow-origin: *
< access-control-allow-headers: Server, x-goog-meta-frames, Content-Length, Content-Type, Range, X-Requested-With, If-Modified-Since, If-None-Match
< access-control-expose-headers: Server, x-goog-meta-frames, Content-Length, Content-Type, Range, X-Requested-With, If-Modified-Since, If-None-Match
< cache-control: no-cache
< cdn-requestid: 06ec6a9ca0ef66dc4c814bd6422746e5
< cdn-requesttime: 0

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login