Forum Discussion
dwhansen-cbg
6 years agoContributor
Is there a benefit to using custom headers over URI parameters?
- tlikarish6 years agoEmployee
Not from SnapLogic’s point of view. I’d say it’s more of a API design choice. I guess one difference is that the JCC will log the URI (
jcc_access.log
), so if there were parameters you didn’t want logged out, it’d be better to use a header. Otherwise, I think it’s a matter of taste.