Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Service

Most of the integration functionality happens at the S4S Cloud service, which allows more detailed debugging and troubleshooting.

General debug information

The S4S Cloud client automatically logs various troubleshooting messages to the JavaScript console when the debug setting is enabled. Most modern browsers include developer tools for easy viewing of console messages and other useful information. For example, Google Chrome or Mozilla Firefox.

Service connection errors

S4S Cloud will continue to output debug messages as it performs actions on the page, including sending form submissions and visitor updates.

The S4S Cloud service sends the following HTTP error codes:

  • 400 (Bad Request): invalid data sent. This will occur if the form is not mapped.

  • 401 (Unauthorized): invalid shared key or request not sent via JavaScript client.

  • 500 (Server Error): unexpected service error.

Local data

S4S Cloud stores data in the browser local storage.

Cookies

If cookies have been enabled in settings, you can also inspect the values using the web browser.

  • No labels