miru-project/miru-app

部分网站Http请求头区分大小写问题

Open

#254 geöffnet am 21. Apr. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (236 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.505 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Brief summary

屏幕截图 2024-04-21 160200 屏幕截图 2024-04-21 160127 部分网站(如https://hanime1.me/等)Http请求头区分大小写,使用小写请求头对被网站重定向到验证页面

Steps to reproduce

图片 屏幕截图 2024-04-21 160200 使用Burp Suite抓包发现大写请求头会被自动改写为小写

建议: 使用dio的options.preserveHeaderCase选项关闭大写自动转小写功能 屏幕截图 2024-04-21 162227

Miru version

1.8.1

Device

windows 11,xiaomi 14

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • If this is an issue with a extension, I should be opening an issue in the extension repository.

Contributor Guide