What will happen, if the https request go thought the WAF?

As i know about WAF, A web application firewall (WAF) is an application firewall for HTTP applications. It applies a set of rules to an HTTP conversation. Generally, these rules cover common attacks such as Cross-site Scripting (XSS) and SQL Injection. So from this What i understood is, This will handle only http, My Question is What will happen if the https request go through the WAF ? is it reduce the request time? or are there any performance issue?
http://dlvr.it/S1rT65

No comments:

Post a Comment