host web apps with ajax request in shiny server

I have developed a back-end of a web application into plumber API, hosted locally in rstudio server.
Actually, I move the apps front-end from a web server to shiny server.
the application load correctly in shiny server. But, the ajax request from application in shiny server didn't send request to rstudio server/plumber API .

with a message instead in IE11 : **DOM7011** : The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337.

It's just a config issue in shiny server, what i can change in shiny server?
or it's not possible to host an web application in shiny server like a web server, and send (post / get ) ajax request ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.