Auto detection of browser type for POST requests

Avatar
  • updated
  • Under review
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.
Avatar
Michael
POST requests contain the useragent information the same way as GET requests, so if no useragent is logged for POST requests from all browsers, it seems to be a problem with your web server settings.

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.