I know that post is not exactly related to web server, but I have no one to ask...
Problem: I have request from some clients to connect to web shop to send some data (xml). That site has digest authentication. In Nettalk example there is procedure that is related to my problem - question (TestWebClient). But... I cannot achieve to pass the authentication level on web shop. Using Fiddler to "catch" headers and authentication response from web shop I realize that in my (Nettalk) example, the response string isnt the same as that in Fiddler.
For example: in Fiddler I have something like this: Digest realm="Restricted area",qop="auth",nonce="56fb56f3a5f6c",opaque="adce87ac95a1435d74df7acbf41c9ce0",... but in Nettalk example response string isnt right, for example: the realm is empty, the nonce is empty,... and the web shop rejected me from login.
Is it any one here to help me with this problem because I am short in time on this one.
Nettalk 7.70
Regards, Oggy