jhen0409/react-native-debugger

开启 debugger 后 axios 请求 不同大小写的 header 合并了?

Open

#482 opened on Mar 30, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (850 forks)batch import
feature/network-inspecthelp wanted

Repository metrics

Stars
 (10,097 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

image

如上图,jlbSessionId 和 JLBSESSIONID 合并了,这导致出现了退出登入的问题,axios 本身不会将不同大小写的 header 合并,建议 debugger 遵循此原则。

Contributor guide