Accessing web Service from jQuery - cross domain

前端 未结 4 576
广开言路
广开言路 2020-11-30 00:52

I am trying to acess a wcf service from a jQuery client

Specifically this example http://www.codeproject.com/KB/aspnet/WCF_JQUERY_ASMX.aspx#4

All works well

4条回答
  •  一生所求
    2020-11-30 01:30

    I faced the same problem during 2 days and I found the solution, and it's elegant after googling a lot. I needed xss Ajax for some widget clients which pull datastream from tiers websites to my Rails app. here's how I did.

提交回复
热议问题