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

✨ Added cookies support in direct requests #1764

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

ninadbstack
Copy link
Contributor

Context:

  • We missed using cookies in the direct request done for woff2 font files
  • The request object coming with cdp does not contain cookie header - mostly its added later
  • So now we fetch correct cookies for url using cdp and use those cookies in direct request

@ninadbstack ninadbstack merged commit 7cabfba into master Oct 23, 2024
36 checks passed
@ninadbstack ninadbstack deleted the cookies-in-direct-request branch October 23, 2024 11:38
@ninadbstack ninadbstack added the ✨ enhancement New feature or request label Oct 23, 2024
@ninadbstack ninadbstack changed the title Added cookies support in direct requests ✨ Added cookies support in direct requests Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants