Caching functionality

I have a question on the caching functionality

We have several apis who’s URI does not change but the contents of what are being requested are contained in the body of the POST.

What parts of the request does caching take into account? Just URI/query string OR also POST contents?

Hello!

At the moment cache key is: Method + URL + (Api key or IP). So content not respected at the moment.

ok, this would be extremely useful. Like a hash of the body. Otherwise we cannot utilize this feature.

1 Like