Description This article describes how to fix FortiADC-FortiAnalyzer
integration where logging stopped and status displayed as
‘Disconnected’. Scope FortiADC, FortiAnalyzer. Solution FortiADC uses
the OFTP (Optimised Fabric Transfer Protocol) mechani...
Description This article describes how to forward HTTP traffic by
matching HTTP Host and URL using a LUA script. Scope FortiADC. Solution
Requirement:A virtual server serves multiple websites with content
routing enabled. The script must extract the ...
Description This article describes how to resolve the 'Entry is used'
error when deleting a VDOM. Scope FortiADC. Solution 'Entry is used'
error will be prompted in the GUI when there is a configuration object
still tied to VDOM. Error: Ensure the fo...
Description This article describes how to re-deploy the Security PoP if
there are changes in the network setup related to FortiGate’s network
interface and routing. Scope FortiSASE-Sovereign, FortiGate. Solution
Requirement:Changes in FortiGate netwo...
Description This article describes how to configure Automation to send
an alert email when an OWASP Top 10 category is matched in the attack
log. Scope FortiWeb. Solution When a signature is triggered or any other
relevant attack log is generated, it...
Hi @andrewr9072, You may use this curl command sample to send the POST
request. curl -ik -H "Accept: application/json" -H "Content-Type:
application/json" -H "APITOKEN: " -X POST
https:///api/system_certificate_local/automated -d
payload.jsonUse JSON...
Hello @filiaks1, ML based bot detection is also a good approach to
detect deviation of HTTP error responses(return codes larger than 400).
Previous sample custom policy is used to statically block occurrences of
HTTP 5XX responses - it might block le...
Hi @filiaks1, ML based Anomaly detection focuses on API request
deviation on learned API traffic. Discovering missing authorization
header will be handle by other module such as Custom Policy where you
can define if Authorization header is missing an...
Hi @filiaks1, Yes, FortiWeb will generate an OpenAPI schema
model(viewable in GUI) once enough API data is learned. If you would
like to export it, you can download either in JSON or YAML format.
Thanks. Regards, Shafiq