Rank 1: Thread
Hi all,
I was trying out calling functions over REST and I noted that calling a particular function (supplying the right input data) using https://[hostname]/v1/functions/{functionId}/executions
will cause the server to return the full list of executions ever done!
This is clearly not ideal as the no. of executions will only grow and the calling program gets to "see" all the previous responses (security issue).
I know this does not happen if I'm calling using e.g. the Flutter SDK but I would need a corresponding solution when I use REST.
Anyone got some tips for me?