Vatan Joshi
Vatan Joshi

Reputation: 33

Use fiddler/postman for Azure Table Storage REST API

How do we use fiddler for Azure Table Storage REST API. For e.g., https://.table.core.windows.net/.
I wanted to see response in JSON/XML using fiddler/postman.

Note : I can use fiddler with blob storage but not with table storage.

Upvotes: 1

Views: 740

Answers (1)

Vatan Joshi
Vatan Joshi

Reputation: 33

Finally, I found an answer. You have to make request using SAS token. Screenshot

Upvotes: 2

Related Questions