twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

[Feature Request] EventSub testing Force IPv4 #259

Closed BarryCarlyon closed 1 year ago

BarryCarlyon commented 1 year ago

Tell us about your feature request

At time of writing Twitch only speaks IPv4

But the CLI will use whatever works on the computer and the target server.

The EventSub tester should force making a connection over IPv4

Disclaimer

Xemdo commented 1 year ago

Is this for EventSub WebSocket's specifically? Or EventSub Webhook forwarding as well?

BarryCarlyon commented 1 year ago

Context/Source of the issue is https://discuss.dev.twitch.tv/t/webhook-validation-failed-without-any-request/46810/

So this effects Webhooks for callback valiation/checking it works.

For websockets I don't think this matters.

The reasoning is is that the twitch-cli yays a verify callback that doesn't work on production, as the users callback speaks IPv6 only.