Wowza Community

How to get response in Wowza IDE?

Hi,
Is there something like java.net.HttpURLConnection.getResponseCode in Wowza IDE?
I want to get value in response from URL to use it in my method

That is a part of standard java api. Not just wowza. Yes you will get back a http status code for any or all API calls executed over http.

Use HttpClient for better options as compared to HttpURLConnection. See this example.