Query parameters visible in URL request

Hi,

In Jmix 2.0 Query Parameters values are displayed in the URL but the same is not visible in the Jmix 1.5.
How to hide these parameters and value in jmix 2.0 from the request. If visible in the request it might open security issue.

Hi

Unlike version 1.5, version 2.0 uses honest routing, like in real frontend applications. So when navigating to any view, the view is completely created from scratch.
You can read about other ways to pass parameters to views using the documentation link:
https://docs.jmix.io/jmix/flow-ui/views/opening-views.html#passing-parameters

Dmitriy