06-11-2024 06:08 AM
Hi All,
I need to pass URI parameters in the end point URL instead of Query parameters. Please let me know how can i define URI Parameters to send data like (htttps://abc-snaplogic.com/C3342343)
When i use the pipeline parameters it will be coming as Query parameters(https://abc-snaplogic.com/changenumber?C3342343)
Thanks,
Chaitenya
06-11-2024 07:49 AM - edited 06-11-2024 07:49 AM
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.