change http referer in javascript
Posted
by user121196
on Stack Overflow
See other posts from Stack Overflow
or by user121196
Published on 2009-08-12T17:26:58Z
Indexed on
2010/05/01
21:07 UTC
Read the original article
Hit count: 299
http
I have an image
<image src="blah.com/image.gif"/>. when the image loads, is there a way to change the http referer to X so that the src host sees the http referer of the image request coming from X?
© Stack Overflow or respective owner