PHP header not working for Access-Control-Allow-Origin

前端 未结 3 2083
傲寒
傲寒 2021-02-01 08:30

I am using the jQuery File Upload plugin by Blueimp to upload images to a server. The problem is, the sending server is admin.example.com, and the receiving server

3条回答
  •  感动是毒
    2021-02-01 08:55

    I would try to set this on the web.config since you're operating on an IIS server:

    https://gist.github.com/corydeppen/3518666

    
        
            
                
                
            
        
    
    

提交回复
热议问题