hi, im trying to create a web interface for CoA/DM and i did the following but it gives error. curl --tlsv1 https://192.168.10.200:1813 --basic --user root:abc123 --cacert file.ca --capath /root/ -k --get --data '<envelope><header /><body><request action="query" force="true" session_limit="1000"><attributes><attribute enabled="true" name="User-Name" value="*" /></attributes></request></body></envelope>' _ what is the right way to send xml msg to the api to get responce, which varialble has to be used etc....
... View more