将请求从cURL转换为邮递员

时间:2017-06-23 19:51:08

标签: php curl postman

我正在尝试使用postman转换以下帖子请求,但没有运气

> curl "https://192.168.50.52/token" \
>     --request POST \
>     --include \
>     --insecure \
>     --header "Content-Type: application/json" \
>     --data '["todo.all"]' \
>     --user test:test

1 个答案:

答案 0 :(得分:0)

如果您不想使用https

,请在slim-api中设置"secure" => false设置