Ben-Huang
Ben-Huang
最近打算使用saber来作为twitter api 的客户端,发现saber会自动对url进行转码.导致api请求失败. 经过测试发现: 使用 `SaberGM::get("http://127.0.0.1/r.php?max_results=10&tweet.fields=lang,created_at,entities&expansions=attachments.media_keys&media.fields=type,preview_image_url,url");` 服务端接收到经过转码的QUERY_STRING: `[QUERY_STRING] => max_results=10&tweet_fields=lang%2Ccreated_at%2Centities&expansions=attachments.media_keys&media_fields=type%2Cpreview_image_url%2Curl` 而用curl 发送请求: `curl "http://127.0.0.1/r.php?max_results=10&tweet.fields=lang,created_at,entities&expansions=attachments.media_keys&media.fields=type,preview_image_url,url"` 服务端能接收到正确的QUERY_STRING: `[QUERY_STRING] => max_results=10&tweet.fields=lang,created_at,entities&expansions=attachments.media_keys&media.fields=type,preview_image_url,url` 请问如何禁止saber对url自动转码?
saber会对url中的","转码成"%2C",而其他http客户端,如SwooleHttpClient,GuzzleHttp,file_get_contents等不会对url中的","进行处理. 测试代码: ```
svg格式logo 显示空白 logo 网址: https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg
快手主播录制报错
### Code of Conduct - [x] 我已在 [Release](https://github.com/biliup/biliup/releases) 检阅最新版本并尝试,且问题依旧 - [x] 我清楚知道,反馈非最新 Release 版的错误是无意义的 - [x] 我清楚知道,可以通过附件功能上传完整文件 ### 运行环境 docker v0.4.81 ### biliup 版本 v0.4.81 ### 所录制的主播网址 https://live.kuaishou.com/u/3xs8g77vwfrupz2 ### 错误描述...