You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Vaadin Flow app, we can observe many requests being made to the application, which are framework internal.
Typically these requests have the url of /VAADIN/*
While users can observe these from the browser network tools, there is no documentation regarding what these are and what they do.
It would be nice to have atleast the nature of these requests documented, with some guidance for users along the lines of whether these urls should be protected behind an authentication layer or not.
If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.