模仿 php 脚本的浏览器点击
我有一个脚本,当您在浏览器中打开它时,它会将您登录到 zencart。
现在,当我尝试使用 require、header 或curl 从另一个 php 脚本内部调用它时,它不会登录到 zencart。仅当用户直接在浏览器中打开 php 脚本时它才有效。
我也尝试过 virtual(),但它运行的是站点顶层的 index.php 脚本,而不是我指定的文件。谢谢。
I have a script which logs you into zencart when you open it in your browser.
Now when I try to call this from inside another php script using require, header, or curl, it does not login to zencart. It only works when the user opens the php script directly in their browser.
I also tried virtual(), but its running the index.php script for the top level of the site, not the file I specify. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过从数据库读取会话来完成此工作。如果有人感兴趣请告诉我,我会打开一个 github。谢谢!
I got this working by reading the session from the database. Let me know if anyone is interested and I will open up a github. Thanks!