Changes between Version 1 and Version 2 of Ticket #2261, comment 16
- Timestamp:
- 05/07/19 06:15:48 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2261, comment 16
v1 v2 14 14 A more correct solution would be to figure out in advance if the proxy will be handling the authentication itself or if it will forward the challenge to the client, and set the authentication capabilities accordingly. But that's just a lot harder than making sure that both proxy and client have the same capabilities. 15 15 16 Note: the python client can support multiple authentication requests, asking the user via a dialog if necessary, whereas the html5 client only has support for a single username+password input. So unless they are using identical values, only the proxy or the server can use authentication.. not both. 17 16 18 @mjharkin: does that work for you?