0
I am currently working on the development of a platform with many different functionalities and pages, we are using IFRAMES to save repeated loads (Menu, shortcuts, etc), however the use of IFRAMES for systems is not a good practice, how and why I can replace IFRAMES, maintaining the idea of avoiding too many shipments?
The point is that I am running server-side snippets inside the pages that are loaded in iframe, I don’t know what would be the behavior of the request in this environment.
– Vinicius Guerato