| 13 | | 2. Your OSM password has to be transferred '''only once''' over the Internet, in contrast to basic authentication where your OSM password is transferred as part of every request sent from JOSM to the OSM server. |
| 14 | | |
| 15 | | {{{ |
| 16 | | #!html |
| 17 | | <p style="background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid; border-width: 1px;"> |
| 18 | | <strong>Warning!</strong><br/> |
| 19 | | Currently, the OSM server doesn't offer a secure communication channel. Even if you use OAuth your password is therefore transferred <strong>once in clear text</strong> over the Internet. <strong>Do not use a valuable password</strong> until the OSM server provides a secure communication channel (HTTPS). |
| 20 | | </p> |
| 21 | | }}} |
| | 13 | 2. Your OSM password has to be transferred '''only once''' over the Internet on a secure connection, in contrast to basic authentication where your OSM password is transferred as part of every request sent from JOSM to the OSM server in clear text. |