SSL socket request

This commit is contained in:
Ondřej Fischer 2019-10-07 12:45:02 +02:00
parent cc9e9978ff
commit 8c3749b799

View File

@ -0,0 +1,5 @@
POST /SubjectManager/getSubjects HTTP/1.1
Host: 192.168.1.3:8443
Authorization: Basic " + tkn.toUtf8().toBase64() + "
User-Agent: curl/7.65.3
Accept: */*