Cross domain ajax request

前端 未结 4 738
耶瑟儿~
耶瑟儿~ 2020-11-27 05:57

I want to get the html respond page from the cross domain url.

for this I am using the ajax request as,

 $.ajax({
            type: \'GET\',
                 


        
4条回答
  •  有刺的猬
    2020-11-27 06:29

    If you are using asp.net web service then you need to add this to webconfig file;

    
        
    
      
        
        
      
    
    
    

提交回复
热议问题