Help - HTTP

HTTP Notification
Enable HTTP Notification When enabled, an open HTTP protocol for message and presence exchange in real time between two points on the Internet. is a set of streaming HTTP protocols and technologies that enable any two entities on the Internet to exchange messages, presence, and other structured information in close to real time, and any proxy server can be isolated from the public network in order to increase security.
URL Enter the Uniform Resource Locator (URL) of your HTTP notification server.
Proxy Server Name
(optional)
In order to connect your HTTP notification server indirectly, you need to specify the proxy server name here.
Port Number Enter the port number here when you make an indirect network connection through a proxy server.
Method Select the desired method of form data encoding.  The default method is set to "GET".
"GET" should be used if and only if the form processing is idempotent, which typically means a pure query form. Generally it is advisable to do so.
However, if there are problems related to long URLs and non-ASCII character repertoires, which can make it necessary to use "POST" even for idempotent processing.