AppSuite:Debugging the server
From Open-Xchange
Debugging the UI
Synopsis: A collection of hints to debug during server development.
Do my cookies reach the server?
ngrep -W byline -t -d $whateverinterface '' 'port 8009' | grep --color -E "^T.*$|$"