Google Chrome blocks ajax requests when print preview is opened on child window

后端 未结 4 1868
迷失自我
迷失自我 2020-12-09 09:46

There are 2 files: index.html and print.html

First one contains a button that opens print.html using simple command:



        
4条回答
  •  忘掉有多难
    2020-12-09 10:23

    You need to install mod_headers on Apache and set it on .htaccess

    Header add Access-Control-Allow-Origin "*"
    

提交回复
热议问题