【发布时间】:2021-06-15 15:50:18
【问题描述】:
谁能告诉我如何将一个 CURL GET 的输出传递给另一个 CURL POST?我的意思是这样的:
curl --header "Content-Type: application/json" --request POST --data "{\"specification\": curl --header "Content-Type: application/json" --request GET "https://user:pass@anotherhost"}" "https://user:pass@localhost"
【问题讨论】:
标签: linux curl continuous-integration