Data change notification (DCN) provides an HTTP interface by which enterprise information system (EIS) changes can immediately be propagated to Unwired Server.
All DCN commands support both GET and POST methods. The EIS developer creates and sends a DCN to Unwired Server through HTTP GET or POST operations. The portion of the DCN command parameters that come after http://host:8000/dcn/DCNServlet can all be in POST, or any var=name can be in either the URL (GET) or in the POST. The authenticate.password parameter is an especially good candidate for including in the POST method, as well as any sensitive data provided for attributes and parameters because the HTTP POST method is more secure than HTTP GET methods. See Developers Reference: Server API.