Hi Everyone,
We are facing an issue in embedding dash app in our react application. The normal way of passing a url in src attribute of iframe is working as expected. But we need few headers to be passed along with this url for which we are trying to pass a header with ajax and recreating the dashapp url with blob. This fails at dash renderer with undefined error. Is there any possible way to send header to dashapp from external react application ?
Appreciate the help.