Is it possible to use some data from request in provision script?
I would like to get request url to use this information in provision script (and paste this information to an external module ext(…)).
Hello,
thank you information. I’ll try to modify sandbox.ts and add custom function to get this information. Will report about my progress
Best regards.
This leaks internal state variables to the script sandbox. Now the provision scripts is no longer guaranteed to be idempotent and it’s hard to predict what can happen if whatever you’re accessing changes from between one request and the next.