Skip to content
New issue

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

Wrong content type #740

Closed
spapanik opened this issue Jan 31, 2025 · 1 comment
Closed

Wrong content type #740

spapanik opened this issue Jan 31, 2025 · 1 comment

Comments

@spapanik
Copy link

In one of my projects, the content type of the badge is not image/svg+xml, but instead I get this:

****@**** $ curl -sI https://static.pepy.tech/badge/tvdb-api-client | grep content-type 
content-type: application/xml;charset=UTF-8
x-content-type-options: nosniff

This means that the embedded badge doesn't show up

@psincraian
Copy link
Owner

It should be fix, if not let me know and I will reopen the ticket

╰─❯ curl -sI https://static.pepy.tech/badge/tvdb-api-client | grep content-type  
content-type: image/svg+xml;charset=UTF-8
x-content-type-options: nosniff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants