extract variable extracting only a part of the header when their r multiple values in one header

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 Solved
0 1 766
1 ACCEPTED SOLUTION

1 REPLY 1