When the Byzer script delivered from browser , it may trigger the interceptor of firewall in server. So we need to encode sql field in browser and then decode in notebook backend.
We add a new request flag encType, when encType is set and the value is base64, then the notebook backend will try to decode sql field and then execute it.
When the Byzer script delivered from browser , it may trigger the interceptor of firewall in server. So we need to encode sql field in browser and then decode in notebook backend.
We add a new request flag
encType
, when encType is set and the value isbase64
, then the notebook backend will try to decodesql
field and then execute it.