Tyler Wickline

Results 4 comments of Tyler Wickline

Can confirm what athorsen has written. He saved me a hours of work.

I can confirm that it seems to fail for all cases where the `blockId` contains `-` or `_` with Azure. Seems like azure likes ***strict*** base64 encoding instead of base64url...

After doing more investigation I believe the issue lies with Azure on this. Everything I've read indicates that `blockid` should accept `base64url` encoded strings despite the fact that `-` and...