Salve ragazzi
chiamo in causa MarcoRome perchè ho visto che seguiva il thread (vedi link sotto)
https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#content
Anche io con B4j ho quel problema che mostraVi tu e che Erel suggeriva di creare un socket che accettasse tutti i certificati SSL con
sock = CreateTrustAllSSLSocket("sock")
e cambiando la porta in 443 (https)
ma continua a non funzionare, mentre se incollo direttamente nel browser:
come immagine, o come video
funziona bene e la richiesta è fatta in http quindi su porta 80.
Ma da codice non va, sia inserendo 80 che 443 in modalità sicura.
Mi riporta Sempre la stessa risposta di non autorizzato, ma non capisco perchè mi risponda così.
Questo in modalità sicura
Ho provato anche il consiglio di tchart nell'inserire nell'header l'autenticazione con utente e password crittati (vedi post #10) ma sempre la stessa cosa.
Dove sbaglio?
Grazie
chiamo in causa MarcoRome perchè ho visto che seguiva il thread (vedi link sotto)
https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#content
Anche io con B4j ho quel problema che mostraVi tu e che Erel suggeriva di creare un socket che accettasse tutti i certificati SSL con
sock = CreateTrustAllSSLSocket("sock")
e cambiando la porta in 443 (https)
ma continua a non funzionare, mentre se incollo direttamente nel browser:
B4X:
http://192.168.1.122/axis-cgi/jpg/image.cgi?resolution=640x480
B4X:
http://192.168.1.122/axis-cgi/mjpg/video.cgi?resolution=640x480
Ma da codice non va, sia inserendo 80 che 443 in modalità sicura.
Mi riporta Sempre la stessa risposta di non autorizzato, ma non capisco perchè mi risponda così.
B4X:
Waiting for debugger to connect...
Program started.
HTTP/1.1 401 Unauthorized
Date: Sun, 15 Oct 2023 22:29:31 GMT
Server: Apache/2.4.27 (Unix) OpenSSL/1.0.2k
WWW-Authenticate: Digest realm="AXIS_ACCC8EC78757", nonce="VUzM0sgHBgA=8c60ac0e8443b2b95e66e6531a8d48b5911d9126", algorithm=MD5, qop="auth"
Content-Length: 381
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>
Terminated
Ho provato anche il consiglio di tchart nell'inserire nell'header l'autenticazione con utente e password crittati (vedi post #10) ma sempre la stessa cosa.
Dove sbaglio?
Grazie