Protocols / HttpsClient / ReaderUpdateUrl Value
Specifies the HTTPS server to poll for updates of the
BEC2 file that contains the
reader configuration (and optionally firmware). If not specified,
<AuthUrl>/config.update.bec2
will be used instead.
The endpoint must support HTTP range requests (byte serving): the
reader firmware is downloaded in chunks and is never buffered as a
whole, so the server has to answer a "Range" request with
"206 Partial Content". A server that ignores the range and returns
the complete file ("200 OK") is rejected and the update does not
proceed.
Properties
- Value ID: 0x0128/0x03
Format
| Name | Type/Size | Description |
|---|---|---|
| Url | ASCII string (until end of frame) | URL of the server API providing configuration/firmware updates for this reader, specified as an absolute path to the BEC2 file, e.g. "https://server.name/directory/config.bec2". |