Details
Description
Suggested implementation:
- BE will parse fingerprint and send list of placeholders to FE.
- FE create exact numbers of inputs based on placeholders.
- 2. FE will create request on BE to get explain result, but instead sending whole query as param it will send only queryid and placeholders arguments from inputs.
- FE getting result as response on previous request.