Is it possible to have pure backend route ?

Hello,

I wonder if we could have a route that doesn’t have a view. For example, a /authorize route that pre-processes the request and redirects to another site. That way I can have simple Anchor on other view that pointing to these endpoints and the processing is done on the server side without the need for a view.

Is this possible with Vaadin 14 ?