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...
rlemmi
4 years agoFrequent Visitor
PQ does work with cookies. All you have to do is create a custom connector with VS.
Check this article from microsoft and follow their TripPin walkthrough.
Anonymous
4 years agoNot applicable
rlemmi This is a good news. Its been a long time since I spent time building an OAuth connector and cookies didn't work back then. Maybe I'll go through that link some time. Thanks