captainGeech42/elastic-discord-webhook-proxy

Handle encoded characters

Opened this issue · 0 comments

Some characters are encoded like :#x2f (which is the same as %2f)

(it does &#x2f on the Slack webhook but I guess they changed it to avoid HTTP issues)

Down monitor: test-chal-healthcheck Monitor Below Availability Threshold (99 %): test-chal(tcp::#x2F;:#x2F;example.com:12345): 73.179% 

Currently these aren't decoded, in the future they probably should be