Help Me! Can WeChat Mini Programs integrate with Dify via API?

The application is now set up, and I want to integrate it with WeChat Mini Programs. However, I’ve seen online that some people claim integration is not possible and that WeChat Mini Programs may be banned for doing so, as Mini Programs allegedly do not allow such integrations and may treat Dify as a third-party plugin. I’ve also seen another viewpoint stating that integration is possible, but since WeChat Mini Programs require HTTPS for network requests and require domain name registration, you must expose the Dify service to the public internet via reverse proxy (e.g., using BT Panel) and configure an SSL certificate. Then, in the WeChat Mini Program management backend under “Development Settings,” add the Dify API domain to the list of valid request domains.

Could you please clarify whether integration is actually possible? If so, is the method described above the correct way to implement it?