You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem very useful for me that the returned components contain embedded quotes?
Perhaps it creates a backward compatibility problem to change it, but it would be handier if they were just used as delimiters and not returned in the result?
Thanks,
Steve
The text was updated successfully, but these errors were encountered:
Hi Dave,
req.getParsedHeader('Authorization') returns like so:
[2017-10-04T10:18:16.290Z] DEBUG (3468 on steve-xps-eos): Authorization header
authorization: [
{
"scheme": "Digest",
"username": ""9123c799-e4dc-4dd5-ae11-3b7e35df57d0"",
"realm": ""fibrephone.co.za"",
"nonce": ""VbkBPUJl4rAGa5fwSzuS6ffhOH98LpFh"",
"uri": ""sip:[email protected]:6060;transport=TCP"",
"response": ""84d4b16e1e8898b70fe5f45bac381acb"",
"cnonce": ""5e385c0f4224a7332acb25753ce41452"",
"nc": "00000001",
"qop": "auth",
"algorithm": "MD5"
}
]
It doesn't seem very useful for me that the returned components contain embedded quotes?
Perhaps it creates a backward compatibility problem to change it, but it would be handier if they were just used as delimiters and not returned in the result?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: