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

Content-Type: text/xml not escaped #77

Closed
MiRacLe-RPZ opened this issue Apr 14, 2021 · 2 comments · Fixed by #79
Closed

Content-Type: text/xml not escaped #77

MiRacLe-RPZ opened this issue Apr 14, 2021 · 2 comments · Fixed by #79
Assignees
Labels
bug Something isn't working

Comments

@MiRacLe-RPZ
Copy link

curl -X POST --location "https://web.hook.sh/$guid-here$" \
    -H "Content-Type: text/xml" \
    -d "<hello>world</hello>"

Shown as "world" (without tags)

@tarampampam
Copy link
Owner

Bug confirmed, tomorrow will be fixed. Thanks for your report!

@tarampampam tarampampam self-assigned this Apr 14, 2021
@tarampampam tarampampam added the bug Something isn't working label Apr 14, 2021
@tarampampam
Copy link
Owner

💥 Released in v0.3.1, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants