You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inject variables in the same way as with secrets {{like_this}}, but this feature is to allow calculating variables by executing a script of some sort.
The main use case here is how Spektrix calculates its authentication header. It requires a multi-step cryptography process to generate a time-based auth header for each request. This is impossible to calculate prior to execution, so has to be generated on the fly for each request. I would love to use horsey to test this API!
The text was updated successfully, but these errors were encountered:
Current thoughts: a docker container on the server to execute a PHP script. You get a syntax-highlighted text editor to edit a single index.php, but a modal for adding Composer dependencies that are automatically made available within the script. This is a bit advanced, but I don't see any other way to get a useful script that can't destroy a server.
Inject variables in the same way as with secrets
{{like_this}}
, but this feature is to allow calculating variables by executing a script of some sort.The main use case here is how Spektrix calculates its authentication header. It requires a multi-step cryptography process to generate a time-based auth header for each request. This is impossible to calculate prior to execution, so has to be generated on the fly for each request. I would love to use horsey to test this API!
The text was updated successfully, but these errors were encountered: