encrypted communication in WebApp?

Hi,

is it possible to encrypt the communication between client (webbrowser) and webserver in a xojo-webapp? I know, best way is to use SSL, but is there another way?

Place your web client on an https connection, then the communication between the two are encrypted.

[quote=83834:@Lars Lehmann]
is it possible to encrypt the communication between client (webbrowser) and webserver in a xojo-webapp? I know, best way is to use SSL, but is there another way?[/quote]
If you wrote the server by hand & the client side javascript code that talks to it then quite possibly you could do whatever you wanted.
But you don’t don’t control how the server & client communicate - thats part of Xojo’s web edition.
Use SSL