node-xmlrpc icon indicating copy to clipboard operation
node-xmlrpc copied to clipboard

xmlrpc request with digest authentication in nodejs

Open devangwcg opened this issue 6 years ago • 0 comments

How can we digest authentication request with npm package xmlrpc for following code?

I am not able to request with npm package xmplrpc curl -v -k --digest -u abc:xyz -d '<?xml version="1.0"?> <methodCall> <methodName>addDID</methodName> <params><param><value><struct> <member> <name>aaa</name> <value><int>180</int></value> </member> <member> <name>bbb</name> <value><string>333</string></value> </member> <member> <name>ccc</name> <value><string>333</string></value> </member> <member> <name>ddd</name> <value><string>aaaaaaa</string></value> </member> <member> <name>fff</name> <value><int>29</int></value> </member> </struct></value></param></params> </methodCall>' https://example.com/xmlapi

devangwcg avatar May 22 '19 15:05 devangwcg