Auto detection of browser type for POST requests
We have a lot of GETs and POSTs in our log. The browser sends the User-agent field for GETs but not for POSTs. As a result, the POSTs are all associated with "Other browser". It would be nice if the parser can associate POST requests with the same browser type as the previous GET from the host.
We'll consider adding the feature you requested, but as the issue seems to be caused by a rare server problem, it is unlikely that we add support for such workaround in the near versions of the program.