How Do I Connect to Data Using My API Key for Authorization in the .Net Report Engine?
This article explains the process of changing your Access Provider to Request Header in the .NET Report Engine. This new feature allows better security of your API key since you no longer need to specify the key a URL (which can be cached and shared).
To add a new API data source with Request Header Authorization, copy and paste the following code into your report object file . Be sure to insert your API token, key, URL, and name where instructed.
#
Connecting to Data Using API Key for Authorization in DesignerSee How Do I Connect to Data Using My API Key for Authorization in Designer? <!--- NEEDS LINK to how to connect using API key for designer doco --->
#
Connecting to Data Using API Key for Authorization in the Java Report EngineSee How Do I Connect to Data Using My API Key for Authorization in the Java Report Engine?<!--- NEEDS LINK to how to connect using API key for java doco --->
#
Connecting to Data Using API Key for Authorization in the Report Engine for RESTfulSee How Do I Connect to Data Using My API Key for Authorization in the Report Engine for RESTful?<!--- NEEDS LINK to how to connect using API key for restful doco --->