svix / svix-webhooks

The enterprise-ready webhooks service 🦀

Home Page:https://www.svix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVIX_FOLLOW_REDIRECTS = FALSE

ben74 opened this issue · comments

Feature Request

Motivation

When using Svix in order to send payloads to the external world ( user can change his endpoint and gets messages results ) we won't let user use redirections in order to probe our inner infrastructure

Proposal

SVIX_FOLLOW_REDIRECTS = FALSE
-> results in CURLOPT_FOLLOWLOCATION=FALSE

Alternatives

SVIX_PROXY=forwarder:8080
then how to configure a forwarder with redirections=off ???

We already don't follow redirects. What are you asking for specifically?

Damn you're right I haven't notice it before, thanks

Great, closing this ticket. Thanks! :)