Is there a way to fake referrer with header( 'Location: ') command ?

link|improve this question
is this php? probably is. – Jaanus Aug 14 '11 at 19:27
What ? what fake ? and some code – kritya Aug 14 '11 at 19:28
Where do you want to fake referrer? Is your server getting the data or is your html getting the data from client side? – Sheepy Aug 14 '11 at 19:55
feedback

1 Answer

Why, yes of course. You can set any header you like using the header() function, including Referrer. It's not really fake though - there is no rule that says you have to include a referrer header, or that you must provide truthful information in it. It's just sometimes useful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.