我现在面临着一个很奇怪的问题。
我有两个网站:**A** and **B**
**A** is the landing page (a micro website). **A** is running Joomla.
**B** - payment pages. Coded with CodeIgniter. Uses session library and stores session data in a database.
=================
场景:用户访问登陆页面(网站A),选择服务包并单击购买。然后他被带到付款页面(网站B)并开始填写他的申请表。一旦他完成,他会被带到
考虑以下JS代码:
<script type="text/javascript">
$(function() {
// Check if landing on the page with a hash
if (window.location.hash.length) {
$('html,body').animate({scrollTop: 200}, 100);
return false;
}
// Same-page anchors
$('a[href*=#]
URL $url重定向到,以便在SSL上进行身份验证。该网站存储了一些cookie,一旦您登陆页面,也有一些成功的身份验证。但是,即使当我设法在页面上登陆时,我也不会填充cookie文件。这是google的一个例子,但是真正的URL是不同的。
码
#!/usr/bin/perl
use warnings;
use strict;
use WWW::Mechanize;
use Crypt::SSLeay;
use HTTP::Cookies;
my $userAgent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Geck