HtmlPassword
From NetBurner Wiki
The HtmlPassword Example is an example included with the NNDK. It can be found in \nburn\examples\web\HtmlPassword.
Project Description
The HTMLPassword example demonstrates how to make a password protected HTML web page. The application accomplishes this by using the html password dialog request when a password protected page is accessed. The user name and password submitted by the user is then passed to a C++ function in main.cpp that authenticates the users. In this case, the user is authenticated if the user name and password do not match.
Requirements
- A network enabled NetBurner
- NetBurner's Eclipse IDE
Source Code
This source code is included for reference only.For up to date source, please use the example application source code included with your Development Kit
