We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e43b3 commit a41a28eCopy full SHA for a41a28e
lua/leetcode/api/headers.lua
@@ -13,7 +13,7 @@ function headers.get()
13
["Content-Type"] = "application/json",
14
["Accept"] = "application/json",
15
["Host"] = ("leetcode.%s"):format(config.domain),
16
- ["X-Requested-With"] = "XMLHttpRequest",
+ -- ["X-Requested-With"] = "XMLHttpRequest",
17
}, cookie and {
18
["Cookie"] = cookie.str,
19
["x-csrftoken"] = cookie.csrftoken,
0 commit comments