Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(event-receiver): handle X-Forwarded-For header
Update IP address extraction to prioritize the `X-Forwarded-For` header. - Fallback to `RemoteAddr` if `X-Forwarded-For` is not present.
- Loading branch information