Service Connection in ajax calls
Summary
How to access service connections via expressionContent
We need make calls to a dynamic endpoint but the base url is already configured as a service connection. We are trying to make ajax calls to get this working. As the service connection already has base url with authentication information, is there a way to grab this metadata than passing it again in java script ?
0