Description This article describes how to use curl or Postman to export
FortiADC configuration through the RESTful API. Scope FortiADC. Solution
Prerequisite:Create a REST API administrator for the token:Creating REST
API Administrator Users RESTful ...
Description This article describes how to exclude a specific URL from
the authentication page(Site Publish) in FortiWeb using HTTP content
routing. The goal is to allow certain URLs to bypass the Site Publish
login page while still requiring authenti...
Description This article describes how to configure a custom rule in
FortiAppSec Cloud WAF to implement URL/API endpoint rate limiting. The
goal of this rule is to limit the number of requests from a single
client IP within a specified time. Scope Fo...
Description This article describes how to locate the conversion log in
the Windows-installed package FortiConverter. Scope
FortiConverter(Windows). Solution In the case of configuration
conversion failures, the user must export the conversion log for...
Description This article describes floating IP support in FortiADC High
Availability modes. Scope FortiADC. Solution A floating IP is a virtual
IP address that can move between different nodes in a high-availability
(HA) cluster. Configuring network ...
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