Home > Backend Development > PHP Tutorial > 模拟提交,跨域问题

模拟提交,跨域问题

WBOY
Release: 2016-06-06 20:38:30
Original
1078 people have browsed it

现在要做模拟登录。
打算是把cookie存到本地,然后带着cookie来访问网页。
这个登录验证是用ajax来验证的。
把要验证的信息全都提取出来了,在php里面模拟了一个post提交到 ajax验证的地址,
发现存在跨域的错误。有什么办法解决吗。

回复内容:

现在要做模拟登录。
打算是把cookie存到本地,然后带着cookie来访问网页。
这个登录验证是用ajax来验证的。
把要验证的信息全都提取出来了,在php里面模拟了一个post提交到 ajax验证的地址,
发现存在跨域的错误。有什么办法解决吗。

尝试以下操作
1. 伪造 User-Agent身份
2. 伪造 reffer

具体的可以尝试利用抓包工具确认目标域需要哪些数据,然后伪造之。祝你好运

具体是什么错误,会不会是header不一样

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template