react-native-debugger
react-native-debugger copied to clipboard
开启 debugger 后 axios 请求 不同大小写的 header 合并了?

如上图,jlbSessionId 和 JLBSESSIONID 合并了,这导致出现了退出登入的问题,axios 本身不会将不同大小写的 header 合并,建议 debugger 遵循此原则。
This is the default behavior of Chromium, I'm not sure if we can improve it. PR is welcome.
This is the default behavior of Chromium, I'm not sure if we can improve it. PR is welcome.
ok, thanks you