reqable / reqable-app

Reqable issue track repo
https://reqable.com
3.73k stars 134 forks source link

[feature] 修正某些未正确设置Content-Type内容的请求导致可能编辑失效的问题 #1074

Open huajiqaq opened 2 weeks ago

huajiqaq commented 2 weeks ago

最新版本 2.29.2 我发现部分app并不总是符合他发送所设置的 Content-Type 例如 为application/x-www-form-urlencoded 但发送数据未经urlencode 此时是该app Content-Type设置出错 但是点击编辑 会默认将请求头的body给urlencode 原请求未urlencode 导致请求失败 希望增加自动修正的功能 有一个弹窗告知建议修改类型为text或json

MegatronKing commented 2 weeks ago

@huajiqaq 您好,感谢建议。暂时可以用脚本重写或者断点进行修正。