Forum Discussion
Anonymous
7 years agoNot applicable
Need Cookie in my Rest API Custom data connector - Help please.
// This file contains your Data Connector logic
section SynDNA;
[DataSource.Kind="SynDNA", Publish="SynDNA.Publish"]
shared SynDNA.Feed = Value.ReplaceType(SynDNAImpl, type function (url as Uri.Type...
koeppelsens
7 years agoNew Member
Same problem with the onpremise Conector via Logic App Custom Connector. Its not possible to pass the cookie Header Paramter to the api.
#NoCookieParameterPassThroughAtCustomConnector
cookie never arrives at the api...