Implement rate limiting based on host ip with python plugin but without auth hook

I don’t think this will work due to this

I tried setting ‘x-tyk-authorization’ to host ip and setting up the session and token in pre hook, but it keeps on looking for the IP in redis to do authorization.

Looks like there is no way to implement rate limiting based on IP without doing any kind of authorization