Isavel
Isavel

Reputation: 45

Java API that can analyze HTTP requests for malicious inputs?

my idea is to create a proxy application firewall that will analyze and filter out HTTP requests from the client accessing a web application, here's a scenario let say a web application that will ask a user for log in details, the proxy application firewall should then be able to analyze the HTTP request from the user for any invalid characters like quotes '',""_-@ and so on.

Upvotes: 0

Views: 194

Answers (1)

kosa
kosa

Reputation: 66637

OWASP AppSensor and Shiro security projects may be the APIs you are looking for.

Upvotes: 2

Related Questions