I’m trying to make a GET request at this URL : http://192.168.0.101:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications to list the existing applications. The server gives the following ERROR message : “ERROR server comment - REST API: Server request (GET): IP WhiteList blocked (192.168.0.101)-403: http://192.168.0.101:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications”.
My Server.xml file content is:
"<?xml version="1.0" encoding="UTF-8"?>
Wowza Streaming Engine
Wowza Streaming Engine is robust, customizable, and scalable server software that powers reliable streaming of high-quality video and audio to any device, anywhere.
true
*
8087
none
true
false
JKS
TLS
SunX509
192.168.0.101
false
true
8089
none
restUserHTTPHeaders
Access-Control-Allow-Origin:*|Access-Control-Allow-Methods:OPTIONS,GET,PUT,DELETE,POST|Access-Control-Allow-Headers:Content-Type
${com.wowza.wms.TuningAuto}
*
8083
Server,VHost,VHostItem,Application,ApplicationInstance,MediaCaster,Module,IdleWorker
true
false
localhost
localhost
8084
8085
true
${com.wowza.wms.ConfigHome}/conf/jmxremote.password
${com.wowza.wms.ConfigHome}/conf/jmxremote.access
false
Shockwave Flash|CFNetwork|MacNetwork/1.0 (Macintosh)
mp4
com.wowza.wms.mediacache.impl.MediaCacheServerListener
${com.wowza.wms.TuningAuto}
${com.wowza.wms.TuningAuto}
6970
false
"
I’ve also tried * and 127.0.0.1,192.168.0.101
Any advice is welcome.