Rate Limit on Value in encoded field

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?

This was suppose to say:

Authorization: <JWT>
Authorization: pvt_<encoded account_id>

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.