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

Issue 51098: Update HTTP access logging to capture true client IP (backport) #877

Merged

Conversation

labkey-jeckels
Copy link
Contributor

Rationale

Many instances run behind a load balancer or similar network infrastructure. We want to log both the IP of the host making the request to the server, and original client's IP.

Changes

  • Enable file-based HTTP access logging by default
  • Log the X-Forwarded-For request header in both JSON and plain text variants
  • Adopt the standard, misspelled header Referer consistently

@labkey-jeckels labkey-jeckels merged commit 4d346be into release24.7-SNAPSHOT Sep 6, 2024
5 checks passed
@labkey-jeckels labkey-jeckels deleted the 24.7_fb_51098_accessLogBackport branch September 6, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants