Re: Top Ten PHP Security Hole
Chung Leong <chernyshevsky@ hotmail.com> wrote:[color=blue]
> I thought a bit more about the GET-vs-POST question and it seems using POST
> for operations that alters data is perhaps preferrable, if only as a mean of
> keeping them separate from data retrieval requests. You can then stop the
> cross-scripting vulne by forbiddening POST operation from a referrer
> different from the current site.[/color]
Using the referrer to secure things.... this one should be in the top 10
also.
--
Daniel Tryba
Chung Leong <chernyshevsky@ hotmail.com> wrote:[color=blue]
> I thought a bit more about the GET-vs-POST question and it seems using POST
> for operations that alters data is perhaps preferrable, if only as a mean of
> keeping them separate from data retrieval requests. You can then stop the
> cross-scripting vulne by forbiddening POST operation from a referrer
> different from the current site.[/color]
Using the referrer to secure things.... this one should be in the top 10
also.
--
Daniel Tryba
Comment