المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : cross-domain issue



C# Programming
04-20-2013, 12:52 AM
I want to request http://odds.500.com/fenxi/inc/daxiaoajax.php?fid=368623&id=710&t=1366372025518[^ (http://odds.500.com/fenxi/inc/daxiaoajax.php?fid=368623&id=710&t=1366372025518)], this page will response a json text. But as cross-domain issue, i get nothing. how to deal with this?

i use WebRequest myWebRequest = WebRequest.Create(url);to get the response.