|
|
I can't seem to pass my realm to challenge blob. The realm is always empty when users are prompted for authentication. The authentication work because i hardcoded the realm when authenticating.
i've tried using Encoding.Getbytes() method to encode realm="myrealm" and pass it to the challenge blob, but the realm is still not showing up on the client side.
i've tried using both UTF-8 and Unicode encoding to encode the realm="myrealm", but it's still not showing up
could anybody share some ideas?
thanks in advance
|
|
|