Hi there,
We want to allow our customers to create rewrite code using our UI and that should be executed before the response is returned. Is there a saver way to execute that user provided code then using eval?
They should only be able to rewrite the response body
h
HardAtWork
05/17/2023, 9:29 AM
You can't use
eval()
on Workers anyway, so you would need to write some kind of markup that your Worker can parse.
a
Advany
05/17/2023, 9:31 AM
aaah... didnt know that...
Advany
05/17/2023, 9:35 AM
workers for platforms would be the best choice right?