-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implement progress tracker with websockets #591
Comments
|
Hitting a blocker with Websockets:
|
I've been investigating setting the authorization header as part of the websocket connection request but it does not appear to be supported by web browsers. Options
|
Re: failed connection in DEV; onclose code
|
set token with cookie to authenticate already works without changes to the backend; so the first option works, the cookie name is document.cookie = `X-Authorization-Token=${AccessToken.get()}; path=/;` |
This associate Github issue was closed on HMDA Platform but it's not clear if anything was done to correct the underlying problem. This should be tested/validated as part of pre-rollout activities. |
Short description explaining the high-level reason for the new issue.
The backend API exposes websockets now as part of this PR cfpb/hmda-platform#3779 . The front end can open a websocket at the time of the upload to better track when the submission is completed.
The text was updated successfully, but these errors were encountered: