Hi
My first attempt to poke at the viewer with a browser returned “bad request” after logging in.
the viewer/OUT:
connect.multipart() will be removed in connect 3.0
visit
https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Express server listening on port 8005 in production mode
Wed, 11 Feb 2015 02:51:02 GMT - ESC[1mGETESC[0m ESC[33m/ESC[0m - bytes 6 ms
Wed, 11 Feb 2015 02:51:19 GMT - ESC[1mGETESC[0m ESC[33m/ESC[0m - bytes 2 ms
Those look like ansi terminal control codes in the input stream?? or is it some attempt at formatting the log record?
I turned off TLS and ran tcpdump and the browser sent:
0x0030: 9058 54b6 4745 5420 2f20 4854 5450 2f31 .XT.GET./.HTTP/1
which looks fine to me.
R