Sora Yazılım
English
Custom software solutions from Türkiye
Fortinet · Network Security

FortiWeb (WAF)

The Fortinet WAF that protects web applications and APIs with two-layer, machine learning-driven inspection.

Quick answer

FortiWeb is Fortinet's web application firewall (WAF), protecting public-facing web applications and APIs against the OWASP Top 10, botnets and application layer exploits. On top of the classic layer made up of attack signatures, IP reputation and protocol validation, it adds a second detection layer based on machine learning; it runs as hardware, virtual machine, container, cloud and SaaS, and helps meet the client-side requirements of PCI DSS 4.0.

FortiWeb WAF is Fortinet's web application firewall, protecting public-facing web applications and APIs against the OWASP Top 10, botnets and application layer exploits. On top of the classic inspection layer made up of attack signatures, IP reputation and protocol validation, it adds a second detection layer based on machine learning; it runs as hardware, virtual machine, container, cloud and SaaS, and helps meet the client-side requirements of PCI DSS 4.0.

Current breach data shows why this layer is a separate line item in the budget. According to Verizon's 2025 Data Breach Investigations Report, vulnerability exploitation reached a 20% share as an initial access vector in breaches and rose by 34% compared with the previous report; edge devices and VPNs, meanwhile, accounted for 22% of exploitation targets — a year earlier that figure was 3% (Verizon DBIR, 2025). On the European side, ENISA's Threat Landscape 2025 report examined 4,875 incidents and found that vulnerability exploitation accounted for 21.3% of initial accesses (ENISA, 2025). When the speed at which an attacker weaponises a new flaw regularly outpaces the speed at which the development team produces a patch, the inspection layer in front of the application becomes the only realistic buffer.

Which attacks does FortiWeb block?

FortiWeb stops requests that target application logic directly: OWASP Top 10 categories, cross-site scripting (XSS), SQL injection, cross-site request forgery (CSRF) and session hijacking are at the top of the list (Fortinet FortiWeb Data Sheet, 2025). Within the same policy engine there are also protocol validation, HTTP RFC compliance, brute force protection, cookie signing and encryption, syntax-based SQLi/XSS detection, HTTP header security, threat scoring and weighting, data leak prevention, web page defacement protection and Man-in-the-Browser protection.

This does not replace protection at the network layer; it complements it. While the FortiGate next-generation firewall evaluates the session at the network and application recognition level, FortiWeb inspects the body, query parameters, cookies and headers of an HTTP/HTTPS request in the context of the protected application's own behaviour model. An NGFW's application control says "this traffic is going to a web application"; a WAF can say "this request is not in the expected form for this field of this application". In organisations that publish public-facing payment, application or customer portals, the two layers are deployed together.

What does virtual patching provide for applications that cannot be patched?

Virtual patching means blocking the request that exploits a flaw at the WAF until the flaw in the code is closed. DBIR data again explains why this is critical: despite intense effort to close edge device vulnerabilities, organisations were able to fully remediate only about 54% of them over the year, and doing so took a median of 32 days (Verizon DBIR, 2025). For applications developed in-house or no longer supported by their vendor, that period is usually even longer.

FortiWeb integrates with leading vulnerability scanners such as Acunetix, HP WebInspect, IBM AppScan, Qualys, ImmuniWeb and WhiteHat; the vulnerabilities the scanner finds are automatically converted into security rules and the application stays protected until the development team fixes the code (Fortinet FortiWeb Data Sheet, 2025). When the application itself needs to be overhauled, we run the patching plan on the same calendar together with our custom web and backend development team.

What does the machine learning layer change in a WAF?

The short answer: it catches deviations that have no signature and reduces the false positive burden. FortiWeb's first line of defence consists of the classic WAF engines. Traffic that passes this layer is compared against the application's continuously updated behaviour model; a Support Vector Machine (SVM) using vector patterns from FortiGuard Labs separates anomalies into "benign deviation" and "attack" (Fortinet FortiWeb Data Sheet, 2025).

The practical meaning of that distinction is this: a user who accidentally types extra characters into a form field and an attacker who writes a database query into the same field are both "anomalies" according to the model; but only the second is blocked. Automatic learning approaches that treat every anomaly as a threat produce a large number of false blocks. The outcome in the field is well known: the administrator loosens the rules, the WAF effectively turns into a monitoring tool, and its blocking capability remains theoretical.

An honest caveat is needed here. The phrase "nearly 100% accuracy" that appears in Fortinet's data sheet is not an independent laboratory measurement but a qualitative vendor claim; it should not be treated as a statistic. The correct method is to first run FortiWeb WAF in learning and observation mode with your own production traffic, review the model generated and the rules triggered, and then move gradually into blocking mode. At Sora Yazılım we follow this order in deployment projects and make the move to blocking mode with the approval of the team that owns the application.

How does FortiWeb discover and protect APIs?

FortiWeb's API discovery works automatically with machine learning: application traffic is continuously evaluated to produce an inventory of the endpoints in production, and a positive security model is built on that inventory. When the organisation uploads its own schema definition — OpenAPI, XML and generic JSON are the supported schema formats — calls that do not conform to the schema are rejected, and by integrating schema validation into the CI/CD pipeline the policy refreshes itself every time the API is updated (Fortinet FortiWeb Data Sheet, 2025).

Together, these two capabilities answer the two hardest problems in enterprise API security. The first is shadow APIs: endpoints that are undocumented, invisible in the inventory, yet exposed to the internet. Traffic-based discovery makes them visible. The second is the inability of security policy to keep up with development speed; binding schema validation to the build pipeline makes policy a part of the release cycle. FortiWeb also offers XML and JSON protocol conformance checking, web service signatures and API gateway functionality; the backend services of mobile applications are protected within the same policy set.

In container-based microservice architectures, where to place the protection point is a separate design decision. Whether a single inspection point in front of the ingress is required or a separate policy per service group is needed is something we determine within the scope of our DevOps and infrastructure service, by examining your existing deployment pipeline.

How is bot traffic separated and managed?

FortiWeb combines machine learning with threshold-based detection, bot deception and biometric behaviour analysis to distinguish human users, good bots and bad bots from one another; where necessary it applies CAPTCHA and Real Browser Enforcement. The targeted attack types include automated bot traffic, web scraping, crawler bots, data harvesting and credential stuffing (Fortinet FortiWeb Data Sheet, 2025).

Good bot recognition matters more than people assume on the e-commerce and publishing side: a rule that accidentally blocks search engine crawlers can cause a far greater loss of visibility than the security gain it delivers. With advanced tracking techniques, FortiWeb distinguishes human requests, automated requests and repeat attackers over time; thanks to the FortiView bot dashboard and the OWASP Top 10 attack classification, the team can report which traffic was blocked and why. On the credential stuffing side, the FortiGuard Credential Stuffing Defense subscription compares login attempts against FortiGuard's list of compromised credentials, and different actions ranging from alerting to blocking can be defined.

The scope boundary must also be drawn clearly. FortiWeb provides application layer DoS prevention and layer 4 stateful network firewall functionality; however, volumetric DDoS that saturates the link requires an upstream carrier or scrubbing service. In ENISA's 2025 report, DDoS attacks stood out as the most common threat type across the EU and affected more than one sector at a rate of 81.4% (ENISA, 2025); application layer protection and volumetric protection must therefore be planned separately.

Which PCI DSS 4.0 requirements does FortiWeb meet?

Three requirements directly: 6.4.2, 6.4.3 and 11.6.1. PCI DSS v4.0 mandates in 6.4.2 that an automated technical solution be deployed in front of public-facing web applications to continuously detect and prevent web-based attacks, and defines this requirement as a "best practice" until 31 March 2025 and mandatory thereafter (PCI SSC, PCI DSS v4.0, 2022). The same date applies to 6.4.3. The table below summarises how these requirements map onto FortiWeb.

PCI DSS v4.0 requirementEssence of the requirementCorresponding FortiWeb capability
6.4.2An automated technical solution installed in front of public-facing web applications that continuously detects and prevents web-based attacks; is actively running and up to date, generates audit logs, and either blocks the attack or generates an alert that is immediately investigatedWAF policy deployed as a reverse proxy or inline; FortiGuard signature and model updates; audit logging and syslog export with FortiView; block or alert actions
6.4.3Authorisation of all payment page scripts that are loaded and executed in the consumer's browser, assurance of their integrity, and maintenance of a justified inventoryInventory, authorisation and real-time integrity checking of first- and third-party scripts with Client-Side Protection
11.6.1Detection of unauthorised modification/tampering in payment page content and HTTP headers, and alerting of personnelClient-Side Protection change and tampering alerts, script activity monitoring and compliance reporting
Logging and reporting sideProduction of regular, retainable records and reports for compliance auditingCentralised log collection and out-of-the-box PCI-DSS report templates on FortiAnalyzer

FortiWeb Client-Side Protection continuously detects and blocks malicious and unauthorised JavaScript running in the user's browser; it protects the payment page against attacks such as formjacking, Magecart and online card skimming. Fortinet positions this function as directly aligned with requirements 6.4.3 and 11.6.1 of PCI DSS 4.0 (Fortinet FortiWeb Data Sheet, 2025). It should also be added that compliance is not completed with a product: FortiWeb WAF meets the technical control the auditor asks about; scoping, policy documentation and penetration testing are separate line items.

Which FortiWeb model and deployment form should be selected?

The choice is determined by two variables: the volume of HTTPS traffic to be inspected and the deployment preference. The FortiWeb WAF hardware family scales from 100 Mbps to 70 Gbps and latency is below 5 milliseconds on all models; on the 600F and higher models SSL/TLS processing is performed in hardware (Fortinet FortiWeb Data Sheet, 2025). In scenarios where encrypted traffic will be terminated, this distinction is the most decisive technical criterion in the selection.

ModelThroughput (maximum)InterfacesSSL/TLS processingForm factorADOM
FortiWeb 100F100 Mbps4x GE RJ45SoftwareDesktop, fanless
FortiWeb 400F500 Mbps4x GE RJ45, 4x SFP GESoftware1U32
FortiWeb 600F1 Gbps4x GE RJ45 (2 bypass), 4x SFP GEHardware1U32
FortiWeb 1000F2.5 Gbps8x GE RJ45 bypass, 4x SFP GE, 2x 10GE SFP+Hardware2U64
FortiWeb 2000F5 Gbps4x GE RJ45 (4 bypass), 4x SFP GE, 4x 10GE SFP+Hardware2U64
FortiWeb 3000F10 Gbps8x GE RJ45 bypass, 10x 10GE SFP+ (2 bypass)Hardware2U64
FortiWeb 4000F70 Gbps2x 40GE QSFP bypass, 10x 10GE SFP+ (2 bypass), 8x GE RJ45 bypassHardware2U64

All values in the table are "up to" figures measured by Fortinet under ideal laboratory conditions and vary with system configuration; real capacity depends on the security profiles enabled and the SSL termination load. On all hardware models the application licence is unlimited, Active/Passive and Active/Active clustering are supported, and a Trusted Platform Module (TPM) is included. One point needs to be underlined: Fortinet does not publish disaggregated metrics for FortiWeb (such as IPS throughput or SSL inspection throughput) as it does in the FortiGate data sheets; the table contains a single total throughput row. Comparison between models is therefore made on a single value, and capacity planning rests on an expected rather than a measured ceiling. In practice the correct method is this: extract the real requests per second and the number of concurrent connections from your existing load balancer or web server logs, decide whether SSL termination will happen on FortiWeb or on the servers behind it, and select the model according to these two inputs. Of two deployments in the same throughput class, one can consume noticeably more resources than the other purely because of the TLS key exchange load and the cipher suite choice; that difference does not appear in the data sheet table.

What do the virtual, container and SaaS options offer?

FortiWeb-VM versions carry the same feature set as the hardware models and are licensed at five levels from 1 vCPU to 16 vCPU; the HTTP throughput values are 25 Mbps, 100 Mbps, 500 Mbps, 3 Gbps and 6 Gbps respectively. Recommended memory ranges from 8 GB to 64 GB, and the number of administrative domains is between 4 and 64 depending on the memory allocated. The supported hypervisors are VMware, Microsoft Hyper-V, Citrix XenServer, open source Xen, VirtualBox, KVM and Docker; on the public cloud side it can be used as a virtual machine on AWS, Azure, Google Cloud and Oracle Cloud, or as WAF as a service (Fortinet FortiWeb Data Sheet, 2025).

The container versions (FWB-VMC01–VMC08) run with the Docker container manager; the smallest level starts at 25 Mbps HTTP throughput. There is an internal inconsistency in the data sheet here, and it is more honest to state it than to hide it: for the top level, VMC08, the performance table says 3 Gbps while the ordering information section says 2 Gbps. In a design where the upper limit is decisive, we confirm this value in writing with Fortinet before ordering. For the container versions, a minimum of 4 GB and a recommended 8 GB of memory and storage between 30 GB and 500 GB are listed; high availability support, however, is not listed, so the availability architecture must be planned at the orchestration layer. For managing multiple FortiWeb devices from a single point, the FortiWeb Central Manager licence is offered with 10-device or unlimited-device options.

How is FortiWeb positioned in the network?

There are five deployment options: Reverse Proxy, Inline Transparent, True Transparent Proxy, Offline Sniffing and WCCP (Fortinet FortiWeb Data Sheet, 2025). Reverse Proxy is the most common mode; because FortiWeb terminates the connection, application delivery functions such as URL rewriting, content routing, layer 7 server load balancing, HTTPS/SSL offloading, HTTP compression and caching can be used in this mode. Inline Transparent and True Transparent Proxy modes provide inline inspection without changing the IP addressing plan; they are preferred in environments where touching the existing architecture would be costly.

Offline Sniffing mode only monitors traffic from a mirror (SPAN) port and does not block. It is a useful first step for pre-deployment assessment, measuring the existing attack surface and maturing the machine learning model with production traffic. WCCP mode, in turn, allows traffic to be redirected to FortiWeb from an upstream device (typically a FortiGate).

How does FortiWeb fit into existing infrastructure and Turkey's compliance requirements?

FortiWeb is positioned not as a standalone box but as a component of the Fortinet Security Fabric. Integration with FortiGate and FortiSandbox enables in-depth analysis of suspicious file uploads and the sharing of information about compromised internal resources; quarantined IP information is passed between devices. According to Fortinet's own statement, the Security Fabric ecosystem covers more than 500 third-party solutions (Fortinet, 2026) and FortiGuard Labs processes and analyses more than 100 billion events per day (Fortinet, 2026). For the FortiGuard antivirus engine that FortiWeb uses in file upload scanning, Fortinet states that 1.8 million new definitions are produced weekly (Fortinet FortiSASE Data Sheet, 2026).

On the FortiGuard side there are five separate subscription options for FortiWeb: the IP reputation service, FortiWeb Security Service (application layer signatures, machine learning threat models, malicious robot lists, suspicious URL patterns and web vulnerability scanner updates), Credential Stuffing Defense, cloud sandbox and antivirus. Which subscriptions are needed varies with the nature of the protected application; in an application that takes payments, credential stuffing defence and file upload scanning are usually planned together. Phishing pressure arriving by email should also be included in the same picture; at that layer FortiMail plays a complementary role, and on the endpoint side FortiEDR does the same. If remote teams' access to internal applications needs to be managed on an identity basis, this is evaluated together with FortiSASE.

What should be considered in terms of KVKK and local operations?

The Personal Data Security Guide of KVKK, Turkey's data protection authority (Technical and Administrative Measures, January 2018), defines firewalls and gateways as the "first line of defence" against unauthorised access threats arriving from the internet, and in its summary table of technical measures it lists application security, intrusion detection and prevention systems, log records and penetration testing as separate items alongside network security (KVKK, 2018). The absence of an inspection layer in front of a public-facing application that processes personal data means that the application security item in that table effectively remains empty.

Three topics stand out on the operational side. The first is where the records will be kept: when FortiWeb events are exported to a FortiAnalyzer located in Turkey, both the retention period and data residency stay under control. The second is the timetable for moving into blocking mode; in a production application, a false block can cause business loss faster than an attack. The third is binding WAF policy to the application release cycle — when a new endpoint goes live, the policy must be updated as well. As a Fortinet authorised channel partner, we handle licensing, deployment, migration from an existing WAF and the managed service side with Turkish-language support; for other Fortinet components see our Fortinet solution family, and for the full portfolio our solutions page.

To choose the right FortiWeb WAF model, you first need to clarify the number of applications to be protected, the volume of HTTPS traffic to be inspected, the PCI DSS scope and the deployment preference (hardware, virtual machine, container or SaaS). Once you share your current application inventory and traffic profile, we work out the appropriate model, subscription set and deployment plan together, and prepare a quote covering hardware, licence and managed service line items. Contact us through our contact page for an assessment call and a quote.

Key features

What it offers

  • Two-layer detection: machine learning-based anomaly analysis on top of attack signatures, IP reputation and protocol validation
  • Protection against OWASP Top 10, XSS, SQL injection, CSRF and session hijacking
  • Automatic API discovery with machine learning and generation of a positive security model
  • OpenAPI, XML and generic JSON schema validation; CI/CD pipeline integration
  • Advanced bot management: threshold-based detection, bot deception, biometric behaviour analysis, known good bot recognition and CAPTCHA
  • Inventory, authorisation and integrity checking of payment page scripts with Client-Side Protection
  • Virtual patching with third-party vulnerability scanners (Acunetix, HP WebInspect, IBM AppScan, Qualys, ImmuniWeb, WhiteHat)
  • Deep analysis of file uploads and threat sharing through FortiGate and FortiSandbox integration
  • Five deployment options: Reverse Proxy, Inline Transparent, True Transparent Proxy, Offline Sniffing and WCCP
  • Application delivery functions: layer 7 server load balancing, URL rewriting, content routing, HTTPS/SSL offloading, compression and caching
  • Authentication: site publishing and SSO, LDAP, RADIUS, SAML, SSL client certificates and two-factor authentication with RSA Access
  • Native HTTP/2 support, HTTP/2 → HTTP/1.1 translation, WebSocket inspection and IPv6 compliance
  • FortiView dashboards, bot dashboard, OWASP Top 10 attack classification, Geo IP analytics and REST API
  • Administrative domains (ADOM) with full RBAC support, Active/Active clustering and central management with FortiWeb Central Manager
  • Ready-made security policies for WordPress and Drupal; pre-configured profiles for Exchange, SharePoint and OWA
Tech Summary

Important technical data

Form factor
FortiWeb 100F (desktop, fanless), 400F/600F (1U), 1000F–4000F (2U); also VM, container, cloud and SaaS
Hardware throughput
100 Mbps (100F) – 70 Gbps (4000F)
Latency
Below 5 ms (all hardware models)
Virtual machine throughput (HTTP)
25 Mbps (1 vCPU) – 6 Gbps (16 vCPU)
Container version
Docker (FWB-VMC01–VMC08); four levels starting at 25 Mbps. The VMC08 upper limit is contradictory in the data sheet: 3 Gbps in the performance table, 2 Gbps in the ordering information (must be confirmed before ordering)
SSL/TLS processing
Software on 100F and 400F; hardware accelerated on 600F and above
High availability
Active/Passive and Active/Active clustering (all hardware models)
Administrative domains (ADOM)
400F/600F 32; 1000F–4000F 64; on VM 4–64 depending on allocated memory
Application licence
Unlimited on all hardware, virtual and container models
Bypass interfaces
600F 2x GE RJ45; 1000F 8x GE RJ45; 2000F 4x GE RJ45; 3000F 8x GE RJ45 and 2 of the 10GE SFP+ ports; 4000F 8x GE RJ45, 2 of the 10GE SFP+ ports and 2x 40GE QSFP
Hypervisor and cloud
VMware, Hyper-V, Citrix XenServer, Xen, VirtualBox, KVM, Docker; AWS, Azure, Google Cloud, Oracle Cloud
Central management
FortiWeb Central Manager — 10-device or unlimited-device licence
FortiGuard subscriptions
IP Reputation, FortiWeb Security Service, Credential Stuffing Defense, Cloud Sandbox, Antivirus (five separate options)
Power consumption (average)
100F 18 W; 400F 127.33 W; 600F 138.74 W; 1000F 140 W; 2000F/3000F 200 W; 4000F 248.5 W
Use Cases

When would you choose this product?

E-commerce

Client-side script control on the payment page

On payment pages that collect card data, all first- and third-party JavaScript must be inventoried, authorised and monitored for integrity. Client-Side Protection blocks code injections of the formjacking and Magecart type while producing the evidence required for requirements 6.4.3 and 11.6.1 of PCI DSS 4.0.

Banking and finance

Schema validation on internet and mobile banking APIs

On the API endpoints that feed the mobile application, an OpenAPI or JSON schema is uploaded to build a positive security model; calls outside the schema are rejected. Binding schema validation to the CI/CD pipeline ensures the policy is updated together with the application at every release.

Public sector

Managing bot pressure on citizen-facing e-service portals

Appointment, application and enquiry screens operate under heavy pressure from automated query bots. Threshold-based detection, bot deception and biometric behaviour analysis weed out bad bots, while good bot recognition prevents search engine crawlers from being blocked.

Healthcare and education

Virtual patching for legacy applications that cannot be patched

On patient and student portals that are no longer supported by their vendor or whose source code cannot be modified, the flaws found by the vulnerability scanner are converted into FortiWeb rules so the application is protected without touching the code. The time gained until a permanent fix arrives makes a planned renewal project possible.

SaaS and software

API protection and shadow endpoint discovery in container environments

In Docker-based deployments, the FortiWeb container version or the virtual machine form is positioned as an inspection point in front of the microservices. API discovery performed with machine learning makes undocumented endpoints visible and closes the attack surface outside the inventory.

Who is it for?

Organisations that publish public-facing web applications, customer portals or APIs; e-commerce and financial institutions within PCI DSS 4.0 scope; public sector, healthcare and education institutions that continue to operate legacy applications which cannot be patched.

Frequently Asked Questions

Frequently asked questions

What is the difference between FortiGate and FortiWeb?
FortiGate is a next-generation firewall that inspects the session, the application and the user at the network layer; FortiWeb, on the other hand, compares the body, parameters, cookies and headers of a single HTTP/HTTPS request against the protected application's behaviour model. FortiGate's application control recognises the type of traffic, whereas the WAF evaluates whether the request is valid for the application. On critical public-facing applications the two layers are deployed together.
In which deployment forms is FortiWeb offered?
It is offered as hardware (100F–4000F), a virtual machine (1–16 vCPU), a Docker container, a public cloud virtual machine (AWS, Azure, Google Cloud, Oracle Cloud) and WAF as a service. The virtual versions carry the same feature set as the hardware models; the difference is the performance ceiling and the absence of hardware SSL/TLS acceleration.
How are false positives reduced and how should deployment be carried out?
Because FortiWeb's machine learning engine separates anomalies into benign deviations and attacks, it produces fewer false blocks than approaches that block every deviation. Even so, the correct method is to first build the model with production traffic in Offline Sniffing or observation mode, review the triggered rules with the application owner, and move into blocking mode gradually. Do not trust figures that commit to a specific false positive rate; the rate varies by application.
Is FortiWeb alone sufficient for PCI DSS 4.0 compliance?
No, but it directly meets three requirements: 6.4.2 (an automated technical solution in front of public-facing web applications), 6.4.3 (authorisation and integrity of payment page scripts) and 11.6.1 (detection of changes in payment pages and HTTP headers). Scoping, network segmentation, policy documentation, penetration testing and record retention are separate line items and are completed on the centralised logging side with FortiAnalyzer.
Does bot management block search engine crawlers?
No; FortiWeb recognises known good bots as a separate category and distinguishes them from bad bots. With advanced tracking techniques, human requests, automated requests and repeat attackers are separated over time. Even so, validating the good bot policy during go-live is recommended so that no unexpected loss occurs on the SEO side.
Can legacy applications without an API schema be protected?
Yes. When no schema can be uploaded, FortiWeb's machine learning-based API discovery continuously evaluates traffic to build the endpoint inventory itself and establishes a positive security model on that inventory. Once a schema (OpenAPI, XML or generic JSON) is prepared later, validation can be made stricter.
Does FortiWeb stop volumetric DDoS attacks?
FortiWeb provides application layer DoS prevention and layer 4 stateful network firewall functionality; it is effective against HTTP/HTTPS-based floods. However, volumetric attacks that saturate the internet connection require an upstream carrier or scrubbing service. The two forms of protection do not replace each other; they are planned together.
Can I run FortiWeb in monitoring mode only?
Yes. In Offline Sniffing mode FortiWeb only monitors traffic from a mirror (SPAN) port and blocks no requests. This mode is used to measure the existing attack surface, mature the machine learning model with production traffic and see the impact before moving into blocking mode.
Does it work in container and Kubernetes environments?
FortiWeb's container versions (FWB-VMC01–VMC08) are supported with the Docker container manager in the data sheet and are offered in four levels starting at 25 Mbps. For the top level, VMC08, the data sheet is internally inconsistent: the performance table says 3 Gbps while the ordering information section says 2 Gbps. In projects where the upper limit is decisive, we confirm this value in writing before ordering. Because high availability support is not listed for the container versions, availability must be designed at the orchestration layer. In a Kubernetes-based architecture we assess where to place the protection point on a project-specific basis.
How do you choose between FortiWeb Cloud (SaaS) and an on-premises deployment?
WAF as a service offers fast deployment and the advantage of operating without owning hardware; an on-premises deployment, on the other hand, gives full control over where traffic and records are processed. In applications heavy with personal data, and where data residency is critical under KVKK (Turkey's data protection law), an on-premises or domestically hosted deployment is generally preferred.
How are licensing and cost determined?
The cost varies according to the selected hardware or virtual machine level, the FortiGuard subscription set (IP Reputation, FortiWeb Security Service, Credential Stuffing Defense, Cloud Sandbox, Antivirus), the support level and the central management licence, if any. Once you share your number of applications, HTTPS traffic volume and PCI DSS scope, we prepare an itemised quote; you can reach us through our contact page.
Vendor's official product page

Opens the vendor's original technical documentation and product page in a new tab.

FortinetFortiWeb (WAF)
Related Services

Services we deliver alongside this product

FortiWeb (WAF) licensing + deployment + support

Sora Yazılım handles licensing, deployment, training and ongoing management — all from a single team.

WhatsApp Support