1 使用curl命令以post方式向服务器发送xml格式的数据
echo ‘<?xml version …>‘ | curl -X POST -H ‘Content-type:text/xml‘ -d @- http://10.206.30.32:8081/loginregistration/register
标签:login url curl http echo 使用 ati comment comm
1 使用curl命令以post方式向服务器发送xml格式的数据
echo ‘<?xml version …>‘ | curl -X POST -H ‘Content-type:text/xml‘ -d @- http://10.206.30.32:8081/loginregistration/register
标签:login url curl http echo 使用 ati comment comm
原文地址:https://www.cnblogs.com/hustdc/p/8452585.html