I'm using signed search keys to enforce some visibility rules depending on the user performing search requests.
But an issue arise: the maximum header size for App Search is 8KB, which is regularly exceeded for my use case.
I have explored ways to optimize length of search filters that we include in the signed key.
In parallel, I was wondering whether it was possible to pass the signed search key not through Authorization header, but via request body?
Thanks!