AppSuite:Debugging the server

Revision as of 10:00, 22 May 2017 by Khgras (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.*$|$"