dojo跨域调用支持CORS的网站

原帖地址:http://forum.geonames.org/gforum/posts/list/3960.page

 

dojo跨域调用支持CORS的网站,默认报403错误,需要在

xhrGet中增加如下参数:

 

 

headers: {                     // This is required to stop the
 			"X-Requested-With": "" // server from rejecting the 
 		},			       // GET request

你可能感兴趣的:(dojo)