IWS is an independent outbound web security solution that acts as a reverse proxy for HTTP and HTTPS endpoints.
sequenceDiagram
actor Client
Client->> WAF: Client Request
WAF ->> WAF: WAF Scans Inbound Traffic
WAF ->> IWS: Client Request
IWS-->>+Webserver: IWS Forwards Client Request WITHOUT scanning
Webserver ->>-IWS: Web server responds with traffic
IWS ->> IWS: IWS Scans Web server response traffic
alt Response is Clean
IWS ->> WAF: Web Server Response
else Response is NOT Clean
IWS ->> WAF: Redirect to configured Error Page URL
end
WAF ->> Client: Server Response / Redirect
It scans responses from endpoints in real time, IWS does not require any agent to be installed on the endpoint servers.
IWS can perform a variety of functions as listed below:
Exception
content typeIWS has two categories of protection that can be used together or apart.