Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
msherry opened this issue Dec 30, 2014 · 2 comments
Open
Labels

Comments

@msherry
Copy link

msherry commented Dec 30, 2014

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

@msherry msherry changed the title User-agent no longer present on log pages User-agent no longer present on log pages if supplied user-agent is null Dec 30, 2014
@kyungmin
Copy link
Contributor

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

         "headers": {
            "X-Real-Ip": "xxx",
            "X-Forwarded-For": "xxx",
            "User-Agent": null
          },

@kyungmin
Copy link
Contributor

Oh, I see what you mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants