Testing Twitch Clip Hugo Shortcode - how to handle required ssl

hi! im writing a hugo shortcode to enable optimized embedding of twitch clips in hugo based blogs - as I was reading through the twitch clips embed notes, it keeps coming up that it requires ssl or complex parent hierarchy noting in the clips.twitch.tv url.

hugo does not support local ssl dev, so curious how to potentially bypass this and test my hugo short code

also lol im working on this on my twitch stream - live.ali.dev

localhost should be supported. If not then you need to get your test site behind SSL via ngrok or other reverse proxy, which is just good modelling for reality

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.