We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content-type
Bug 描述 部分 RSS 客户端需要正确的 content-type: application/rss+xml 响应头,如 https://github.com/FreshRSS/FreshRSS
content-type: application/rss+xml
复现步骤
$ curl -I https://bin.zmide.com/?feed=rss2 HTTP/2 200 server: nginx date: Thu, 13 Jun 2024 03:57:02 GMT content-type: application/rss+xml; charset=UTF-8 last-modified: Fri, 07 Jun 2024 13:42:31 GMT etag: "a1e9a6ed990a9be2dfee53c813b18255" strict-transport-security: max-age=31536000 $ curl -I https://direct.xeu.life/sub/rss.xml HTTP/2 404 date: Thu, 13 Jun 2024 03:57:45 GMT content-type: text/plain;charset=UTF-8 access-control-allow-origin: * vary: * access-control-allow-headers: Authorization, content-type access-control-allow-methods: * access-control-expose-headers: * cf-placement: local-LHR server: cloudflare cf-ray: 89xxxxxx1417f-LHR alt-svc: h3=":443"; ma=86400
期望行为 部分 RSS 客户端需要正确的 content-type: application/rss+xml; charset=UTF-8 响应头
content-type: application/rss+xml; charset=UTF-8
截图 nil
环境变量 nil
The text was updated successfully, but these errors were encountered:
fix: #117 (#118)
9cae1b5
* feat: update RSSService to include feed.xml and response headers
PBK-B
Successfully merging a pull request may close this issue.
Bug 描述
部分 RSS 客户端需要正确的
content-type: application/rss+xml
响应头,如 https://github.com/FreshRSS/FreshRSS复现步骤
期望行为
部分 RSS 客户端需要正确的
content-type: application/rss+xml; charset=UTF-8
响应头截图
nil
环境变量
nil
The text was updated successfully, but these errors were encountered: