This topic describes how to work with Z-Ray's various access modes:
Note:
The Z-Ray can be enabled and disabled at any point as long as Zend Server was launched. If Zend Server has not been launched, you will be asked to do so before being able to work with Z-Ray.
This procedure describes how to enable or disable Z-Ray.
Note:
These actions can only be performed by an Administrator.
|
|
|
To enable/disable Z-Ray:
|
Note: For information on how to remove Z-Ray from the screen, or close it for an entire browser session, see Minimizing and Closing Z-Ray. |
The Z-Ray Secured Mode allows you to enable Z-Ray for specific IPs or URLs, and for a specific time duration, by passing an access token to the URL as a GET parameter. The token can also be restricted for specific base URLs. This allows administrators to give developers access to Z-Ray in production.
Note:
These actions can only be performed by an Administrator.
|
|
|
To enable Z-Ray for an IP:
http://example.com/path/page.php?zsdbt=<token-string>
|
When using Z-Ray in Secured Mode, a lock icon will be displayed on the left. |
If you do not wish to view Z-Ray on a specific application or page, you can disable it using the methods described below.
|
|
|
Using APIAdd the following API to the application or page you wish to disable Z-Ray for: zray_disable(); Using a GET parameterPass the following GET parameter in the page URL: ZRayDisable=1 Using a headerSend the following request header: ZRAY-DISABLE=1 |