G
Guest
I have a .aspx page that creates proprietary images (return type is image). Normally, calls to this .aspx page come from our own pages. I don't want someone to just type the URL for the .aspx image page (with modified query parameters)...I only want the .aspx page to work if it was called (embedded) from our own page.
How can this be done? Can it be done without session variables? Is there an HTTP header or server variable that can be checked?
How can this be done? Can it be done without session variables? Is there an HTTP header or server variable that can be checked?