I am looking for a working sample for dhx.proxy on .net.
Tried working successfully with webservice but I have issue on cross domain
access. When the webservice is added to the project it works well but when I try
accessing it on an external server this fails.
I am assuming dhx.proxy will resolve the cross domain issue. Please any working sample code would be nice. thanks in advance.
dhx.proxy works on client side and will not be able to resolve the cross-domain issues on its own. But if you can control remote web-service, you can configure it to allow data reading from different url. I can be done by adding specific headers in service response.
nczonline.net/blog/2010/05/2 … e-sharing/
I think I got mixed up with my need to get data from SQL server. I thought I could access my ASP.net web Service to grab data would need dhx.proxy. Anyway if someone has an example that is able to GET and POST data to a web service successfully that would be wonderful.
As always thanks in advance…
Seroney