Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmlrpc request with digest authentication in nodejs #154

Open
devangwcg opened this issue May 22, 2019 · 0 comments
Open

xmlrpc request with digest authentication in nodejs #154

devangwcg opened this issue May 22, 2019 · 0 comments

Comments

@devangwcg
Copy link

devangwcg commented May 22, 2019

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 devangwcg changed the title 0 How can we digest authentication request with npm package xmlrpc for following code? I am not able to request with npm package xmplrpc xmlrpc request with digest authentication in nodejs May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant