luckymarmot / Paw-DigestAuthDynamicValue

HTTP Digest Auth extension for Paw
MIT License
9 stars 3 forks source link

If no realm is reported, default to empty string. #5

Open pal opened 5 years ago

pal commented 5 years ago

I ran into a problem when crafting SOAP requests. The plugin reported realm="undefined", but the server expected realm="".

Added check for undefined value for realm.

pal commented 3 years ago

Any chance to get this merged into the official release?