This section discusses the Status URL requirements and setup.
- The Status URL must be an internet-facing web server.
- The handler on the web server must be configured to accept a MULTI-FORM post.
- The handler must be set to accept Basic Authentication (Windows security setting) so
SDX can use the Status Username and Status Password fields to authenticate against
the server running the listener. See Basic Authentication below for more
information.
- Sample listener code is included at the end of this document.