Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we change the urlreferrer value from the request header asp.net
.
Is there any hacker intercept the request object and change the urlreferrer value in the request object.
Posted
Updated 21-Apr-16 1:23am
v2

1 solution

Any client can provider anything they want as the referrer, and a hacker who has access to "man in the middle" attacks can amend this data to. Basically you should never rely on the referrer for anything important.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900