This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Validating request and cookie objects

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I'm looking for some open source API's or framework that validates both request object and cookies. Say for example if some one enters any scripting characters in any text box this framework will sit on top of all the requests that validates for these type of inputs from users and shows appropriate message or error page.

I know there is OWASP Stinger filter that does this but I'm looking for some other alternative.

I really appreciate if some one can help me.

Since I'm desperate for a suitable answer for this I also posting the same message in Intermediate forum. I apologize if this is any inconvenience to any of you.


Thanks.
 
author & internet detective
Posts: 42163
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kiran mmk:
I know there is OWASP Stinger filter that does this but I'm looking for some other alternative.


What requirement do you have that it doesn't need? This will help people recommend a suitable alternative.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Kiran mmk", please check your private messages for an important administrative matter.
 
Kiran Kumar
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeanne, basically I just need to filter and validate all the name value pairs before the request gets processed. OWASP Stinger serves the purpose. I also want to know are there any better alternatives or other frameworks that does this with more active community and documentation etc.

Bear, done the change.

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic