Webhook response header location ASCII Characters and UTF

Hey @Benedikt_Bohm, I think you’d need to encode umlauts for this to work, for example using the JS encodeURIComponent() method.

For example like so:

This worked well when I tested this. Query parameters without encoding:

image

Query parameters with encoding:

image

1 Like