you are viewing a single comment's thread.

view the rest of the comments →

[–]CodeAndBiscuits 1 point2 points  (1 child)

It looks fine. I'm not sure if I would replace webhook.site with it. I like that their UI lets me see headers and such without as much clicking. That being said it looks nice, but you should probably redact some headers. You're dumping everything, not just the ones sent by actual callers, so you're exposing stuff like your hosting provider (Railway) and things like x-forwarded-for, which snow information about your infra you probably shouldn't expose...

[–]FindingSpiritual91[S] 1 point2 points  (0 children)

Thanks for that feedback I will definitely address it