Open citizenrich opened 9 months ago
The Copy Request As cURL incorrectly includes data with "<". For example:
The payload specified in the .http files as < ./stuff.json in the Copy Request As cURL output will be --data '< ./stuff.json' and include the '<' in the command, which fails.
.http
< ./stuff.json
Copy Request As cURL
--data '< ./stuff.json'
The Copy Request As cURL incorrectly includes data with "<". For example:
The payload specified in the
.http
files as< ./stuff.json
in theCopy Request As cURL
output will be--data '< ./stuff.json'
and include the '<' in the command, which fails.