Can raw-data be POST with curl-loader?
Status: Alpha
Brought to you by:
coroberti
From: Hiroyuki M. <hmi...@gm...> - 2020-04-01 06:39:38
|
Hello Can raw-data be POST with curl-loader? I looked for the code but couldn't find it. When writing in curl, I want to POST the following contents. ``` curl --location --request POST '{URL}' --header '{HEADER}' --header '{HEADER}' --header '{HEADER}' --data-raw 'aaa' ``` |