似乎当我尝试通过 get 访问 URL 时,它没有返回字符串,而是没有返回任何内容。然后接收到的标头有一个 location: (url) 的东西。这个人到底是什么原因!
请参阅下面的 console.log()。我请求的 URL 是 chatcoding.net/ajax/getcode.php?secretkey&sid=secrethash
但似乎我收到了一个标题位置的东西。为什么?
headers:
{ location: 'http://guidetest.a.id.opendns.com/?url=chatcoding%2Enet%2Fajax%2
Fgetcode%2Ephp%3Fsecretkey%26
sid%3Dsecrethash',
为什么它会将我重定向到那个 URL!我需要每个人的答案。谢谢!