big-night-72627
02/06/2025, 5:54 PMbrief-egg-61061
02/06/2025, 5:54 PMbrief-egg-61061
02/06/2025, 5:55 PM/sessions/whoami
endpoint. 3. Consider implementing caching mechanisms in your application to reduce the number of API calls to Ory services, especially for frequently accessed data. 4. If you're using Ory Oathkeeper, you might want to implement a caching mechanism for session checks to reduce the load on the /sessions/whoami
endpoint. This issue has been discussed in a [GitHub issue](https://github.com/ory/oathkeeper/issues/1167), where it's suggested that adding a caching mechanism to the cookie_session
authenticator could help mitigate rate limiting problems. 5. If you're on a Growth or Enterprise plan, you have the option to whitelist internal IPs for higher rate limits. You can request this by creating a support ticket in the [Ory Console](https://console.ory.sh/support). 6. If you consistently need higher rate limits, consider upgrading your subscription plan or reaching out to Ory support to discuss your specific requirements. Remember, rate limiting is an important security measure, so it's crucial to design your application with these limits in mind. If you're still facing issues after considering these points, you may want to reach out to Ory support for further assistance.big-night-72627
02/06/2025, 5:58 PMbrief-egg-61061
02/06/2025, 5:59 PMbrief-egg-61061
02/06/2025, 5:59 PM