开发者

Cross-domain AJAX using jsonp and .NET Web Service over SSL/HTTPS

开发者 https://www.devze.com 2022-12-19 18:42 出处:网络
I am using the example below to do a cross-domain ajax call using .net web services and jquery. http://bloggingabout.net/blogs/adelkhalil/archive/2009/08/14/cross-domain-jsonp-with-jquery-call-step-by

I am using the example below to do a cross-domain ajax call using .net web services and jquery. http://bloggingabout.net/blogs/adelkhalil/archive/2009/08/14/cross-domain-jsonp-with-jquery-call-step-by-step-guide.aspx

It works fine until I try to change my endpoint to https. I don't get any errors, just no response. My first question would be, is it even possible to do with jsonp? If so, I would appreciate some gui开发者_JAVA技巧dance on how to troubleshoot/fix the problem.

Thanks!


Jsonp works the same with http and https.

You might have lost Your session or modified the environment somehow else.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号