I’m curious if there is a way to create a rate limit based on a value that is stored within an encoded value in a Header?
For example:
Authorization:
Authorization: pvt_
If a value in there is the account_id
, is there a way to get to this account_id value and set up a rate limit on it?