09-19-2012 04:25 AM
Hi,
I am using blackberry 5.0 in that cross domain ajax call is not working. Can any one help me.
Case:
1) Using normal javascript ajax call (XMLHttpRequest )
2) If i trying to access with in my server means the ajax call is working (url: http:localhost:8081/sample/index.htm ajax url:http:localhost:8081/sample/ajax.htm)
3) If i trying to access with in another server ajax call means it's not working (url: http:localhost:8081/sample/index.htm ajax url:http:178.16.23.36:8081/sample/ajax.htm)
Regards,
Sivabharathi S
09-19-2012 07:33 AM
Is this a webworks application or do you test from server with bb browser?
Did you configure the access to the external IP in your config.xml?
09-20-2012 05:51 AM
HI,
Thanks for your reply.
Yes it's web application only. I am testing through bb browser only. I did not configured in config.xml file. It's works fine in BB OS 6 and 7 but not is 5.
Thanks,
Sivabharathi S