Developers / Create Designer and Viewer Applications / WebDesigner Application / Update Security Token in Designer Service
Update Security Token in Designer Service

A site with the WebDesigner application may require to specify tokens. In this case, you should use the code as demonstrated below:

Copy Code
GrapeCity.ActiveReports.Designer.create('#ar-web-designer', {
    server: {
        onBeforeRequest: (init) => alert(init.credentials),
    }