AppSuite:Debugging the server: Difference between revisions
From Open-Xchange
(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=...") |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div class="title">Debugging the | <div class="title">Debugging the server</div> | ||
'''Synopsis:''' A collection of hints to debug during server development. | '''Synopsis:''' A collection of hints to debug during server development. This is a sister page of [https://documentation.open-xchange.com/latest/ui/miscellaneous/debugging.html Debugging the UI] | ||
__TOC__ | __TOC__ |
Latest revision as of 10:00, 22 May 2017
Debugging the server
Synopsis: A collection of hints to debug during server development. This is a sister page of Debugging the UI
Do my cookies reach the server?
ngrep -W byline -t -d $whateverinterface '' 'port 8009' | grep --color -E "^T.*$|$"