Description
If a request header has an empty value, the generated format is incorrect. Instead of -H "version: ", the standard cURL syntax should be -H "version;". Otherwise, the server may fail to parse the request because it only recognizes the standard format.
Environment
- App version: e.g Proxyman 6.15.0
- macOS version: e.g macOS Monterey
Description
If a request header has an empty value, the generated format is incorrect. Instead of -H "version: ", the standard cURL syntax should be -H "version;". Otherwise, the server may fail to parse the request because it only recognizes the standard format.
Environment