Wowza Community

How to custom response code when reject session in wowza

Hello everyone, I need custom response code for case use reject session, the new response code is whatever number I want to make my application know that it was rejected. Now, I receive 403 response code, but I don’t know that the only code for reject session or something else, so I need custom response code.

Please help me handle this case, thank you.

Hi,

The best you could do is add a custom header (I suspect) but you can not change the return code from 403.

Andrew.

Thank you, I will research this solution.

Actually, I just need a flag or number response to make sure the requests would rejected by wowza, so the client app will know to show right message.