Well,
I would like to know if it's possible to detect by HTTP headers if request comes from <img
tag.
I assume that when request is called from <img
tag, I'll not have */*
header in HTTP_ACCEPT or I'm missing something.
Regards
EDIT: I've tried with few browser but i can't conclude nothing by HTTP_ACCEPT...