How to generate SharedKeyLite for Azure Table Storage REST request
问题 I'm trying to call Azure Table Storage using Postman but keep getting : Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. The code I am using for the pre-call script in Postman is as follows: var storageAccount = "**mystorageaccount**"; var accountKey = "**mystoragekey**"; var date = new Date(); var UTCstring = date.toUTCString(); var data = date + "\n" + "/**mystorageaccount**/**mytable**" var encodedData =