http page failed to send https request with ajax. Is there a good solution?
http page failed to send https request with ajax. Is there a good solution?
Cross-domain, find out!
print out the error message and have a look at it.
1. The front end is not cross-domain, and the backend is asked to modify it
2. Use the JSONP frontend to cross-domain-the backend is also required to cooperate with
jsonP. For more information, please see https://www.cnblogs.com/xcxc/.