我正在尝试使用postman转换以下帖子请求,但没有运气
> curl "https://192.168.50.52/token" \
> --request POST \
> --include \
> --insecure \
> --header "Content-Type: application/json" \
> --data '["todo.all"]' \
> --user test:test
答案 0 :(得分:0)
如果您不想使用https
,请在slim-api中设置"secure" => false
设置