Hello,
we are using telerik report viewer to build reports. to secure the report we are send JWTBearer token. It has been observed that there is huge performance degrade after sending the token while loading the report.
after removing token, the report load quickly.
could you please suggest a way to implement the scenario or provide the suitable links / sample code to refer
Hi Abhijeet,
We don't have any logic related to the JWTBearer token. You may test attaching Trace Listener to the application that hosts the Telerik Reporting REST service which will log the time for each process. On the other hand, you can use the Fiddler Jam log which is used to capture the communication between the viewer and the service. It can be used also for tracking how much time it will be required to load the token. Please, check how you may log and submit the captured traffic. See also the How to Record a Log with the Fiddler Jam Extension Youtube video for clarity.