Added Status Code Support (403, 404, etc)
- 404 Error for favicon.ico
- 403 when Password Query String Incorrect
Changed HTTP Version to 1.0
- FireFox was not loading when refreshing, I think it was trying to reuse the existing connection which is unsupported, but I have not run a packet capture to verify, 1.0 does not support re-using the connection and seems to have fixed the issue