Hello,
I have one response header which is having multiple values in it.when I am trying to extract this header it is giving only first part of the header.
for e.g if the value of the header is -->
Digest realm="AbcRealm",qop="auth",nonce="abcd"
value extracted is -->
Digest realm="AbcRealm"
Tired with javascript code , it is also extracting only the first part of it.
How do I extract the complete header?
Any help much appreciated.
Thanks,
Prashanthi.
Solved! Go to Solution.