Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@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