我知道我可以为所有jQuery AJAX请求添加标头,如下所述: How can I add a custom HTTP header to ajax request with js or jQuery?
在这里: Add custom http header to all jQuery AJAX Requests
我有很多没有jQuery编写的代码,我想知道是否有办法在服务器上自动添加标头到所有非jQuery ajax请求,而无需编辑/修改每个请求代码都单独使用xmlhttp.setRequestHeader("Header-name", "Header-value");