Forum Discussion
1 Reply
- SpiroTaleskiValued Contributor
Everything that you will put after the Task URL will be treated as URI Parameters. And you can access those using PATH_INFO argument in the pipeline.
If you are using Query parameters, those can be accessed through pipeline parameters or also by using the QUERY_STRING argument in the pipeline.