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
Originally posted by tomvanderputte November 6, 2023
Is it possible to intercept and change the dynamic arguments before the command is triggered?
The reason is: the arguments point to input/output files in a certain location. The application that sends the POST requests is not aware of this location (nor do I want it to be), so it sends only the filename.
So I want to edit the arguments/parameters to predfix the sent arguments with the correct path. How could I achieve this?
The text was updated successfully, but these errors were encountered:
eshaan7
changed the title
[Feature] intercepting arguments before command execution
[New Feature] intercepting arguments before command execution
Nov 10, 2023
Discussed in #56
Originally posted by tomvanderputte November 6, 2023
Is it possible to intercept and change the dynamic arguments before the command is triggered?
The reason is: the arguments point to input/output files in a certain location. The application that sends the POST requests is not aware of this location (nor do I want it to be), so it sends only the filename.
So I want to edit the arguments/parameters to predfix the sent arguments with the correct path. How could I achieve this?
The text was updated successfully, but these errors were encountered: