cross domain posts to ASP.Net MVC app

后端 未结 5 1842
没有蜡笔的小新
没有蜡笔的小新 2021-01-04 15:30

I\'m developing an app where HTML and javascript chunks are delivered down to different clients. I\'m able to GET the html/javascript chunks by adding the following to web

5条回答
  •  没有蜡笔的小新
    2021-01-04 16:07

    Internally the JSONP response (the default type for cross-domain requests) is fetched by injecting a

提交回复
热议问题