Description |
This article describes how to use Google Chrome, Firefox and Microsoft Edge to obtain curl commands in the different command lines, such as cmd, bash, PowerShell, for testing purposes and analysis. |
Scope | FortiWeb and FortiADC. |
Solution |
For Google Chrome:
If it is required to collect the curl command for the bash command line, it is possible to copy and obtain the curl command for the required command line as shown below: curl 'http://mytestserver.local/upload.php' \
For Firefox:
For Microsoft Edge:
|