Date: 2025-01-06 08:43:03
Score: 3.5
Natty:
when calling the rest api endpoint, the authorization header is not just the resource token. refer to this link for details:
https://learn.microsoft.com/en-us/rest/api/cosmos-db/access-control-on-cosmosdb-resources#resource-tokens
it should be in this format:
type=resource&ver=1.0&sig=5mDuQBYA0kb70WDJoTUzSBMTG3owkC0/cEN4fqa18/s=
Reasons:
- Blacklisted phrase (1): this link
- Low length (0.5):
- No code block (0.5):
- Starts with a question (0.5): when
- Low reputation (1):
Posted by: qkfang