http request post with body

1 次查看(过去 30 天)
Willy Bernal
Willy Bernal 2018-11-26
I am using Matlab 2010b to send an http post request to a website. I need to pass headers and also the body. The following command would work in curl
## read damper
curl -X "POST" "10.100.77.28/api/read" \
-H 'Accept: application/json' \
-H 'Content-Type: text/zinc' \
-d $'ver:"2.0"
filter,limit
"id==@69c0bd3f-7a5d-4e39-b505-cbd42ef6f41d",1000
'
How would I do this using urlread? I understand how to pass the headers but not how to pass the body. I am using an old version of matlab compatible with other legacy software.

回答(0 个)

产品


版本

R2010b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by