Skip to content

[Backmerge-v.2.18.1][OSDEV-2341] Add Host header to fix infinite facility scroll#871

Merged
VadimKovalenkoSNF merged 3 commits intomainfrom
OSDEV-2341-backmerge-infinite-facility-scroll
Jan 22, 2026
Merged

[Backmerge-v.2.18.1][OSDEV-2341] Add Host header to fix infinite facility scroll#871
VadimKovalenkoSNF merged 3 commits intomainfrom
OSDEV-2341-backmerge-infinite-facility-scroll

Conversation

@VadimKovalenkoSNF
Copy link
Contributor

Backmerge PR of #870

Forward Host so the origin sees the same host the viewer requested.

Without it, the ALB/app would see origin.<env>.os-hub.net (the internal target) and may emit absolute links (e.g., pagination URLs) pointing to origin.*, causing the next requests to bypass CloudFront and fail.

Passing Host preserves the original CDN host in origin logic and generated URLs, keeping subsequent calls on the CDN path.

@VadimKovalenkoSNF VadimKovalenkoSNF self-assigned this Jan 22, 2026
Copy link
Contributor

@vlad-shapik vlad-shapik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqubecloud
Copy link

@VadimKovalenkoSNF VadimKovalenkoSNF merged commit 33ec9d2 into main Jan 22, 2026
71 of 78 checks passed
@VadimKovalenkoSNF VadimKovalenkoSNF deleted the OSDEV-2341-backmerge-infinite-facility-scroll branch January 22, 2026 16:07
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.

3 participants