Wowza Community

Changes in Server.xml to get Swgger.json

Trying to hit below URL :

http://13.127.102.134:8087c/v2/servers/WowzaStreamingEngine/vhosts/defaultVHost/applications/babulnath/adv

from Postman do we need to change

/

Server.xml to get Swgger.json in response

Hello @Rishikesh Tiwari

In the [install-dir]/conf/Server.xml

To access REST API calls you’ll need the below set:

true

*

8087

none true

For IPAddress you can either use a wildcard symbol to grant all IP address, or you can select the ones you want to WhiteList to add extra security.

If you select AuthenticationMethod to digest, then you’ll need to add your Wowza Streaming Engine login username / password combo with your REST API calls.

Regards,

JasonT