我正在使用codeigniter-restserver库。一切正常,除了基本身份验证或摘要身份验证在实时服务器上不起作用,但在Windows localhost中正常工作。
我在rest.php
中有以下配置
$config['rest_auth'] = 'basic';
$config['auth_source'] = '';
$config['rest_valid_logins'] = ['admin' => '1234'];
错误是:{"status":false,"error":"Unauthorized"}"