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.
我正在尝试从我的注册页面提交 Aweber 表单。
当我使用表单操作和提交按钮通过 POST 提交页面数据时,Aweber 提交工作完美。
但是当我使用ajax时具有相同的值,Aweber 请求回调在下面给出错误
302 Moved Temporarily
以前有人遇到过同样的问题吗?
不是同一个问题,但你知道它转移到哪里了吗?当您回发表单时,它只会遵循 302。使用 Ajax 看起来它只是获得 302,那么您需要遵循它。