Thursday, July 29, 2010

Cisco IP Phone idle service 'bad request'

When cisco ip phone requests idle page
on screen displays
'bad request'
this was because idle page url was written with spaces
as
http://sample.com?usrname=john hon

while updated url with Server.HtmlEncode method
it will look like
http://sample.com?usrname=john%20hon
and will call the target source..

No comments: