When I try to send a request to an http server, my request is rejected in the C3 preview mode.
But when I export to HTML5, it worked fine. Only in preview mode will it be rejected.
I have no way to make the target server to update to https, Because it's not my server.
The current temporary solution is that I built a reverse proxy server locally to proxy this link to an https server, but this method is not very convenient.