网址嵌入式凭据身份验证在Chrome中不起作用

时间:2018-11-13 07:17:01

标签: jquery google-chrome authentication http-basic-authentication

我正在使用IP摄像机Web API来访问摄像机的实时流,它需要嵌入URL的凭据,它在Firefox上可以正常工作,但在chrome和IE上无法正常工作。它向我显示警告: 其URL包含嵌入式凭据(例如get_ref <- function(string) { string %>% str_split("\n") %>% unlist() %>% str_subset("=") %>% str_split_fixed("=", 2) %>% as_tibble() %>% rename(code = V1, reason = V2) } list1 <- map(df$strings, get_ref) get_value <- function(string) { string %>% str_split("\n") %>% unlist() %>% str_subset("\\.\\.\\.") %>% str_replace_all(".*\\.\\.\\.", "") %>% as_tibble() %>% rename(code = value) } list2 <- map(df$strings, get_value) get_result <- function(df1, df2) { left_join(df1, df2) %>% count(reason) %>% spread(reason, n) } result <- map2_df(list1, list2, get_result) result[is.na(result)] <- 0 result )的子资源请求被阻止。

我可以使用任何方式使用url嵌入式凭据吗?

0 个答案:

没有答案