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 request interception with complex PostData #2759

Merged
merged 14 commits into from
Sep 3, 2024

Conversation

kblok
Copy link
Member

@kblok kblok commented Sep 2, 2024

Description

We are adding the close reason to the Navigating frame was detached exception to improve debugging.
A new Request class was created for the CDP protocol to separate it from the Payload used in the API. This internal class has the PostData as an object instead of a string to handle Unicode messages. This property is used to initialize Request.PostData, which is already an object.

closes #2693

@kblok kblok changed the base branch from master to v20 September 3, 2024 15:00
@kblok kblok force-pushed the fix-request-interception-with-complex-post-data branch from 35e7ac4 to c986429 Compare September 3, 2024 15:11
@kblok kblok force-pushed the fix-request-interception-with-complex-post-data branch from 6d2ec60 to 2fc251b Compare September 3, 2024 15:48
@kblok kblok force-pushed the fix-request-interception-with-complex-post-data branch from 2fc251b to 7c533f2 Compare September 3, 2024 15:53
@kblok kblok merged commit b0f91e2 into v20 Sep 3, 2024
@kblok kblok deleted the fix-request-interception-with-complex-post-data branch September 3, 2024 16:53
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.

SetRequestInterceptionAsync(false) throwing TargetClosedException (Network.setCacheDisabled)
2 participants