7.4.3 TLS and User-login
The examples provided above work for unencrypted access
to the web interface and when no password protection has
been set up. In order to retrieve data as an authorized,
password-protected user, you need to log into the web
interface and save the session.
Saving the session is also advisable if you need to repeatedly
access data via TLS, as the TLS-initialization only needs to be
performed once.
URL
https://<IP>/login.cgi
POST-Parameters
login_user
Username
login_pass
Password
Example: User registration
URL
https://192.168.1.100/login.cgi
Postdata
login_user:
querx
login_pass:
verysecure
Output
Ignore the output but save the session!
7.4.4 Application Examples
Application examples for various coding languages can be
found in the tutorials section on the product page at
sensors.egnite.de
.
Data Access
73