Apa itu HTTP Basic Authentication
1,601 ViewsApa itu HTTP Basic Authentication? HTTP Basic Authentication (Basic Auth) adalah salah satu mekanisme paling sederhana untuk proteksi akses di HTTP. Server minta client kirim username + password. Client mengirim kredensial dalam bentuk Base64-encoded di header HTTP. Jika benar → server kasih akses. Kalau salah → server balas 401 Unauthorized. Cara Kerja Client akses resource… Read More »