tomasguisasola / luasoap

LuaSOAP provides a very simple API that convert Lua tables to and from XML documents
57 stars 18 forks source link

Leuwer 20171121 - Extend luasoap to use http-digest for digest authentication #13

Closed hleuwer closed 4 years ago

hleuwer commented 6 years ago

I extended luasoap such that it is able to perform SOAP access to a server via a digest authentication boundary. The modified client introduces a new parameter component "auth" defining which authentication method to use:

tomasguisasola commented 4 years ago

I think I managed to incorporate your extension into the code. Would you mind check if it is working and close this issue?

tomasguisasola commented 4 years ago

Already incorporated. Thanks!