We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc8cd7 commit 82f9858Copy full SHA for 82f9858
1 file changed
user_guide_src/source/general/ajax.rst
@@ -31,7 +31,9 @@ For libraries like jQuery for example, it is not necessary to make explicit the
31
32
$.ajax({
33
url: "your url",
34
+
35
headers: {'X-Requested-With': 'XMLHttpRequest'}
36
37
});
38
39
0 commit comments