Hi again,
Is there a way to programmatically get a list of all arguments in an HTTP request?
I know you can access each argument if you know its name (e.g., request.confirm), but
is there a way to get a container of all provided arguments?
Thanks,
-Joshua-