bitshares / bitshares1-qtwallet

Qt Wallet for BitShares 0.x (before 2015-10-13)
The Unlicense
11 stars 34 forks source link

http basic auth doesn't work for the first several rpc calls right after the start - this doesn't allow web_wallet to load properly #61

Open valzav opened 10 years ago

valzav commented 10 years ago

I can suggest to turn the auth off until we either upgrade to QTWebEngine (based on Chromium) or start using WebSocket or QtWebKit Bridge to communicate with the toolkit not using http server.

valzav commented 10 years ago

added js workaround the web wallet, https://github.com/BitShares/web_wallet/commit/e1fb8950ba629252a9012f7969224554663903d4 but http basic auth issue still needs to be addressed, so I'm not closing it