Skip to content

fix(server): strip port before wildcard host match#1388

Open
dwisiswant0 wants to merge 1 commit into
devfrom
dwisiswant0/fix/server/strip-port-before-wildcard-host-match
Open

fix(server): strip port before wildcard host match#1388
dwisiswant0 wants to merge 1 commit into
devfrom
dwisiswant0/fix/server/strip-port-before-wildcard-host-match

Conversation

@dwisiswant0

Copy link
Copy Markdown
Member

Wildcard root-TLD logging matched configured
domains against the raw Host header. HTTPS
requests commonly include the default port in Host,
such as "foo.bar.com:443", which prevented the
suffix match from recognizing the configured
domain and skipped interaction storage.

Strip a syntactic Host port only for the domain
match while preserving the original Host value in
the recorded interaction.

Fixes #1387

Wildcard root-TLD logging matched configured
domains against the raw Host header. HTTPS
requests commonly include the default port in Host,
such as "foo.bar.com:443", which prevented the
suffix match from recognizing the configured
domain and skipped interaction storage.

Strip a syntactic Host port only for the domain
match while preserving the original Host value in
the recorded interaction.

Fixes #1387

Signed-off-by: Dwi Siswanto <git@dw1.io>
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3fb637fc-a236-4cb7-8436-074d63234d59

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dwisiswant0/fix/server/strip-port-before-wildcard-host-match

Comment @coderabbitai help to get the list of available commands and usage tips.

@Mzack9999 Mzack9999 self-requested a review June 16, 2026 20:41
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.

1 participant