Is it OK to HTTP redirect images?

Viewed 28798

Is it OK to return a 301 / 302 / 303 code when returning an image resource? I have done this in the past and it seems to work. Is it good practice and is it compatible with most browsers?

3 Answers
Related