Re: Query string variables security risk
- From: "KBuser" <Kyle.Buser@xxxxxxxxx>
- Date: 5 Apr 2006 11:31:07 -0700
Thirsty Traveler wrote:
I have a question regarding the use of guery string variables. I understand
this can be a security risk subject to "brute force" attacks. Is this true
and, if so, what is the proper way to handle it? Should they never be used?
Just use stored procedures instead of in-line SQL statements, and
you'll probably be alright. Like the guy above me said, just don't use
query strings for sensitive data.
.
- Follow-Ups:
- Re: Query string variables security risk
- From: Joerg Jooss
- Re: Query string variables security risk
- From: Thirsty Traveler
- Re: Query string variables security risk
- References:
- Query string variables security risk
- From: Thirsty Traveler
- Query string variables security risk
- Prev by Date: small code segment causes page not to work with IE
- Next by Date: Re: Object Creation.
- Previous by thread: Re: Query string variables security risk
- Next by thread: Re: Query string variables security risk
- Index(es):
Relevant Pages
|