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

Set User Agent for Jupyter websocket connections #21910

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

rgbkrk
Copy link
Member

@rgbkrk rgbkrk commented Dec 12, 2024

Some VPN configurations require that websockets present a user agent. This adds it in directly for the repl usage. I wish there was a way to reuse the user agent from the cx.http_client, but I'm not seeing a simple way to do that for the moment since it's not on the HttpClient trait.

No release notes since this feature hasn't been announced/exposed.

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 12, 2024
@rgbkrk rgbkrk marked this pull request as ready for review December 12, 2024 17:25
@rgbkrk rgbkrk merged commit 0eb9922 into main Dec 12, 2024
13 checks passed
@rgbkrk rgbkrk deleted the repl-set-user-agent-for-remote-kernel-ws branch December 12, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant