I have seen Kong rate-limiting plugin but I dont understand how can I configure it so I can ratelimit a specific URL (including path)
e.g. I want to ratelimit this:
GET /myapi/resource/id
Meaning accesses to "/api/user/123456" is allowed, lets say 1 per hour, and "/api/user/678941" is allowed same 1 per hour.
I guess this is limiting by path?