Skip to content

Choose a tag to compare

@Greg-MM Greg-MM released this 05 Oct 20:02
· 1 commit to master since this release

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