Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,该应用程序需要填写使用 Jquery Ajax 生成并通过 https 连接发送的表单。
问题是当我通过正常的 http 连接测试应用程序时,应用程序运行良好,但是当我将其上传到服务器并通过 https 连接连接到它时,接收文件没有检测到 $_POST 变量。
这里有什么问题?
这将是跨域发布,将被浏览器阻止。请从 HTTP 页面通过 AJAX 查看此线程 HTTPS 请求