Forum Discussion
jshanaiah
7 years agoNew Contributor II
@tlikarish Yes, there is always risk of compromising authorization token. We wouldn’t want to pass authorization token as querry or as PATH_INFO(Snaplogic). It’s not best practice.
Is there any other way to do in Snaplogic?
tlikarish
7 years agoEmployee
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.