HTTPyServer不支持基本身份验证。基本身份验证的状态代码和相关细节没有实现。您可以通过添加必需的状态代码并向Web服务器添加基本的AuthTebug来实现基本的认证器(以便它能够理解用户的名字:客户端发送的密码)。
如果您要寻找安全的Web服务器,我们建议您查看WHTES中的HTTPSyServer SNIP。这个SNIP应用程序连接到一个Wi-Fi网络作为一个STA(客户端),然后启动一个安全的Web服务器并等待请求。
以上来自于百度翻译
以下为原文
The http_server does not support basic authentication. The status code and related details for basic authentication are not implemented WICED. You can implement the basic authenticator by adding the required status code and add basic auth capabilities to web server(so that it understands the user_name:password sent by the client).
If your looking for secure web server, we would recommend you to have a look at
https_server snip in WICED. This snip app connects to a Wi-Fi network as a STA (client), then starts a secure web-server and waits for requests.
HTTPyServer不支持基本身份验证。基本身份验证的状态代码和相关细节没有实现。您可以通过添加必需的状态代码并向Web服务器添加基本的AuthTebug来实现基本的认证器(以便它能够理解用户的名字:客户端发送的密码)。
如果您要寻找安全的Web服务器,我们建议您查看WHTES中的HTTPSyServer SNIP。这个SNIP应用程序连接到一个Wi-Fi网络作为一个STA(客户端),然后启动一个安全的Web服务器并等待请求。
以上来自于百度翻译
以下为原文
The http_server does not support basic authentication. The status code and related details for basic authentication are not implemented WICED. You can implement the basic authenticator by adding the required status code and add basic auth capabilities to web server(so that it understands the user_name:password sent by the client).
If your looking for secure web server, we would recommend you to have a look at
https_server snip in WICED. This snip app connects to a Wi-Fi network as a STA (client), then starts a secure web-server and waits for requests.
举报