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

fix(astro): Correctly extract request data #13315

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Aug 12, 2024

builds on top of #13306, found while working on #13116

This PR ensures that we correctly extract the request data in our Astro middleware. Previously we didn't convert the request.headers object into a Record<string, string> but simply passed a Headers instance. This caused problems with the requestDataIntegration which doesn't handle the instance correctly.

@Lms24 Lms24 changed the base branch from develop to lms/fix-astro-request-headers-dynamic-page-reqs August 12, 2024 11:32
@Lms24 Lms24 self-assigned this Aug 12, 2024
Base automatically changed from lms/fix-astro-request-headers-dynamic-page-reqs to develop August 12, 2024 11:49
@Lms24 Lms24 force-pushed the lms/fix-astro-extract-request-data branch from cef44dd to a24cebc Compare August 12, 2024 11:50
@Lms24 Lms24 merged commit 2c24a33 into develop Aug 12, 2024
97 checks passed
@Lms24 Lms24 deleted the lms/fix-astro-extract-request-data branch August 12, 2024 13:00
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