-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Android WebSocket: include cookies in request #9114
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
Android WebSocket: include cookies in request #9114
Conversation
By analyzing the blame information on this pull request, we identified @philikon and @AndrewJack to be potential reviewers. |
@facebook-github-bot label Android |
Hi, is there any update? I met same issue and resolved with this great PR. |
@antoinerousseau updated the pull request. |
@shirou I wish someone from FB would realize that this PR is ready to be merged! |
@antoinerousseau updated the pull request. |
It's been a while since the last commit was reviewed and the labels show this pull request needs review. Based on the blame information for the files in this pull request we identified @philikon as a potential reviewer. Could you take a look please or cc someone with more context? |
@antoinerousseau Could you update this branch? @philikon Could you review and if there are no problem, merge this PR? or if you have some concern, I will help. We really need this PR. Thank you. |
@antoinerousseau updated the pull request - view changes |
It's been a while since the last commit was reviewed and the labels show this pull request needs review. Based on the blame information for the files in this pull request we identified @philikon as a potential reviewer. Could you take a look please or cc someone with more context? |
Why is this the right behavior? It's not clear to me that websockets should automatically use cookies. FWIW #10575 is a similar pull request. |
Chatted with some folks internally to make sure this is 1/ philosophically what we want to do and 2/ wont break FB apps and this seems good. @facebook-github-bot shipit |
@lacker has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: This PR updates facebook#6851 from srikanthkh, fixing coding conventions and javadoc, and adding a test plan. Added testing functions into the WebSocketExample page of the UIExplorer, including a tiny http server to set a cookie on demand. Instructions included in the UIExplorer app. Closes facebook#9114 Differential Revision: D4140534 Pulled By: lacker fbshipit-source-id: e020ad0c6d1d3ea09c0c3564c1795b4e1bc4517d
Summary: This PR updates #6851 from srikanthkh, fixing coding conventions and javadoc, and adding a test plan. Added testing functions into the WebSocketExample page of the UIExplorer, including a tiny http server to set a cookie on demand. Instructions included in the UIExplorer app. Closes facebook/react-native#9114 Differential Revision: D4140534 Pulled By: lacker fbshipit-source-id: e020ad0c6d1d3ea09c0c3564c1795b4e1bc4517d
Summary: This PR updates facebook#6851 from srikanthkh, fixing coding conventions and javadoc, and adding a test plan. Added testing functions into the WebSocketExample page of the UIExplorer, including a tiny http server to set a cookie on demand. Instructions included in the UIExplorer app. Closes facebook#9114 Differential Revision: D4140534 Pulled By: lacker fbshipit-source-id: e020ad0c6d1d3ea09c0c3564c1795b4e1bc4517d
This PR updates #6851 from @srikanthkh, fixing coding conventions and javadoc, and adding a test plan.
Test plan
Added testing functions into the WebSocketExample page of the UIExplorer, including a tiny http server to set a cookie on demand. Instructions included in the UIExplorer app.