The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I think this is a pretty simple question, but is there a way to force non-http requests to redirect to the https url? Or, if not, is there a clear place to put this logic? I use the WP-as-api setup. So the web requests hit node, not PHP.
Thanks!
George
juanma3
Hi @mayer.georgep,
Welcome to our Community!
You could use a revere proxy in your main domain to decide what to do on URL requests. With this architecture you could easily redirect to SSL URL’s or any other filter you need to add