This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:interfaces:webaw [2020/09/25 14:13] hch [RX data download] |
wiki:interfaces:webaw [2020/09/25 14:17] (current) hch [Authentication] |
||
---|---|---|---|
Line 44: | Line 44: | ||
LOGIN_RESULT=$(curl "$URL/application/administration/login" \ | LOGIN_RESULT=$(curl "$URL/application/administration/login" \ | ||
--data-binary '{"login":"spn","password":"spnpwd"}' \ | --data-binary '{"login":"spn","password":"spnpwd"}' \ | ||
- | --insecure -s \ | ||
) | ) | ||