Posted 8 April 2022, 11:38 am EST
When using a web API as a JSON datasource, is there a way on the server to inject authentication or session data into the HTTP request used to get the data?
For example, my API end point for a json doc result is http://mycoolsite.app/api/payors and I want to either add an auth header with an JWT to the request or inject a url parameter so it looks like http://mycoolsite.app/api/payors?session=. Authheader with JWT would be prefered.