AppSuite:Debugging the server

From Open-Xchange
Revision as of 12:32, 3 July 2014 by Tierlieb (talk | contribs) (Created page with "<div class="title">Debugging the UI</div> '''Synopsis:''' A collection of hints to debug during server development. __TOC__ == Do my cookies reach the server? == <pre class=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.*$|$"