Ask a Question related to ASP.NET Security, Design and Development.
-
Buddy Ackerman #1
Can http_referer be spoofed
Is there a way to spoof the referer? One security measure that I want to
implement is checking to make sure that a request came from a page on my
site. In the same vein is it also possible to spoof the remote_host server
variable? Would using an encrypted cookie be the best way to secure data
being passed back and forth between the client and the server?
Buddy Ackerman Guest
-
http_referer
Does php support this? HTTP_REFERER or simply cgi and ssi only? - Louie -
[PHP] HTTP_REFERER
On Fri, Sep 12, 2003 at 09:11:09AM +0200, Catalin Trifu wrote: : : "Louie Miranda" <louie@axishift.ath.cx> wrote: : > : > Does php support this?... -
[PHP] $HTTP_REFERER / Hijacking
* Thus wrote John Taylor-Johnston (taylorjo@collegesherbrooke.qc.ca): The referer isn't gaurenteed to be there, and there really isn't a way... -
Getting HTTP_REFERER
I am having no end of bad luck getting the refering page returned, the issue may be that I am doing redirects using javascript if a document is not... -
Mr Carter #2
Re: Can http_referer be spoofed
Rule #1 Never trust anything you get from the user. All data is considered
harmful until it is validated.
ie Yes anyone can modify the header and post it back to you.
Encrypted cookie does not protect the data thats what SSL is for.
Hope that helps!
"Buddy Ackerman" <a.ackerman@comcast.net> wrote in message
news:%23Go7FUKAEHA.3248@TK2MSFTNGP11.phx.gbl...server> Is there a way to spoof the referer? One security measure that I want to
> implement is checking to make sure that a request came from a page on my
> site. In the same vein is it also possible to spoof the remote_host> variable? Would using an encrypted cookie be the best way to secure data
> being passed back and forth between the client and the server?
>
>
Mr Carter Guest



Reply With Quote

