01-02-2019 09:58 PM
I need to pass Authorization token which is not provided by Snaplogic while calling triggered task.
I need to then get this token and validate.
Question is how to bypass Snaplogic Authentication and use Authorization token stored in header in a local variable in Snaplogic pipeline
FYI @sinhavivek
01-10-2019 09:03 AM
You’d either have to change the HTTP method to a post/put or pass in the query string or path. You could file an enhancement request asking for a way to pass custom headers through to pipelines. There are a number of features being worked on to enhance the API management capabilities in the platform, so this might be a good suggestion.
10-30-2019 05:25 AM
We were unable to file an enhancement request. Is this issue addressed or needs enhancement request?
FYI @kpatnala
11-01-2019 06:40 AM
You can now pass in custom headers to a pipeline. Give this a shot and let me know if you are able to get it working.