Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jQuery http摘要身份验证跨域_Jquery_Authentication_Google Chrome Extension_Digest Authentication - Fatal编程技术网

jQuery http摘要身份验证跨域

jQuery http摘要身份验证跨域,jquery,authentication,google-chrome-extension,digest-authentication,Jquery,Authentication,Google Chrome Extension,Digest Authentication,我正在开发一个加载外部JS的Chrome扩展,它指向一些RESTAPI 这些API需要HTTP摘要身份验证。如何执行跨域jQuery http摘要身份验证 我不想在chrome扩展中实现它,而是在外部加载的JS中实现它,这样我就可以更新外部JS来更新我的所有客户端为什么你不能这样做呢?我在chrome扩展中实现了这一点,但是在我看来,在外部JS中复制它是不可能的,或者是非常困难的。我不想让你写代码,我想有策略建议。

我正在开发一个加载外部JS的Chrome扩展,它指向一些RESTAPI

这些API需要HTTP摘要身份验证。如何执行跨域jQuery http摘要身份验证


我不想在chrome扩展中实现它,而是在外部加载的JS中实现它,这样我就可以更新外部JS来更新我的所有客户端

为什么你不能这样做呢?我在chrome扩展中实现了这一点,但是在我看来,在外部JS中复制它是不可能的,或者是非常困难的。我不想让你写代码,我想有策略建议。