Ok, I tried and captured the pcap file. It looks fine but actually
The space is missing between
Priority="0" and URL="
http://10.42.18.72:3000/ THe workaround is to get rid of the Priority="0" parameter and only specify the URL parameter in the request.
This should get them going with their application. The priority parameter is not really needed.
Please see attached pacp file (I renamed to .txt so can be attched)
It looks like nothing to do with "&"
This is what I set for the string
String xsidata = "<CiscoIPPhoneExecute>"+
"<ExecuteItem URL=\"http://10.42.18.72:3000/test_no_pri1001/index/Alerts?page=list&alert_heading=MyHeading\"/>"+
"</CiscoIPPhoneExecute>";
I will log a bug for missing space
Thanks !