You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that the username and passwords are simply ignored.
As a workaround, I am able to manually set Authorization header with set_headers and that works.
Thought it seems that wasm client does not support set_headers. Instead it seems to pass the url unmodified, so I suspect (haven't tested yet), the browser will handle user:pass@ just fine, making it all rather inconsistent.
The text was updated successfully, but these errors were encountered:
From my experiment and reading the code:
jsonrpsee/client/transport/src/ws/mod.rs
Line 327 in a453396
it seems that the username and passwords are simply ignored.
As a workaround, I am able to manually set
Authorization
header withset_headers
and that works.Thought it seems that wasm client does not support
set_headers
. Instead it seems to pass the url unmodified, so I suspect (haven't tested yet), the browser will handleuser:pass@
just fine, making it all rather inconsistent.The text was updated successfully, but these errors were encountered: