balanced / balanced-dashboard

The Balanced dashboard.
https://dashboard.balancedpayments.com/
Other
2.28k stars 385 forks source link

User-agent no longer present on log pages if supplied user-agent is null #1604

Open msherry opened 9 years ago

msherry commented 9 years ago

Like https://dp.balancedpayments.com/#/marketplaces/MP2AjEDjo7VjVsx0EfJijV8b/logs/OHM31b59bfa906b11e49dde06429171ffad . It would be great to have this restored, since displaying 'null' is still valuable info.

kyungmin commented 9 years ago

@msherry The User-Agent was not captured for some reason.

         "headers": {
            "X-Real-Ip": "xxx",
            "X-Forwarded-For": "xxx",
            "User-Agent": null
          },
kyungmin commented 9 years ago

Oh, I see what you mean.