Open service 2a02:26f0:3500:18::1724:a299:80 · www.qctool.digitaldelivery.gsk.com
2026-01-30 16:23
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://www.qctool.digitaldelivery.gsk.com/ Date: Fri, 30 Jan 2026 16:23:16 GMT Connection: close
Open service 2.16.204.76:80 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://www.qctool.digitaldelivery.gsk.com/ Date: Fri, 02 Jan 2026 07:53:05 GMT Connection: close
Open service 2a02:26f0:2780:67::217:e394:443 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-FRAME-OPTIONS: SAMEORIGIN
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Content-Length: 11708
Date: Fri, 02 Jan 2026 07:53:03 GMT
Connection: close
Set-Cookie: GCLB=CJLWxYnWs4jMCBAD; path=/; HttpOnly; expires=Sat, 03-Jan-2026 07:53:03 GMT
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=63072000
Page title: QC Automation Tool::Login
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>QC Automation Tool::Login</title>
<link rel="icon" href="/images/fav-icon.ico">
<!-- Bootstrap -->
<link href="/Content/bootstrap.min.css" rel="stylesheet">
<link href="/Content/form-elements.css" rel="stylesheet">
<link href="/Content/style.css" rel="stylesheet">
<script src="/Scripts/jquery-1.12.3.min.js"></script>
<script src="/Scripts/bootstrap.min.js"></script>
<script type="text/javascript"> var base_url="/";</script>
<link type="text/css" rel="stylesheet" href="/Content/validationEngine.jquery.css" />
<script type="text/javascript" src="/Scripts/jquery.validationEngine-en.js"></script>
<script type="text/javascript" src="/Scripts/jquery.validationEngine.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(document).ready(function () {
$(".form-top2").hide();
$(".form-top3").hide();
$("#login").validationEngine('attach');
$("#register").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/register',
method: 'POST',
data: {first_name: $("#first_name").val(), last_name: $("#last_name").val(), email: $("#email").val(), password: $("#password").val() },
success: function (data) {
$("#first_name").val('');
$("#last_name").val('');
$("#email").val('');
$("#password").val('');
$("#cpassword").val('');
$(".notif").html('<div class="alert alert-success"><button class="close" data-dismiss="alert">×</button><strong>Successfully registered!</strong>'+data.Message);
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
}
});
}
}
});
$("#register_btn").click(function () {
$("#login").hide();
$(".form-top").hide();
$(".form-top3").hide();
$(".form-top2").show();
$("#register").show();
$("#a_fp").hide();
$('#login').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
$.ajax({
url: '../home/register',
method: 'GET',
});
});
$("#signin_btn, #a_si, a_fp_si").click(function(event){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
});
$("#a_fp").click(function(event){
event.preventDefault();
$("#forgot_pwd").show();
$(".form-top3").show();
$(".form-top").hide();
$(".form-top2").hide();
$("#login").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#login').validationEngine('hideAll');
$(this).hide();
});
$("#forgot_pwd").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/forgotpassword',
method: 'POST',
data: {email : $("#fp_email").val()},
success: function(data){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$("#forgot_pwd").hide();
Open service 2.16.204.95:443 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-FRAME-OPTIONS: SAMEORIGIN
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Content-Length: 11708
Date: Fri, 02 Jan 2026 07:53:02 GMT
Connection: close
Set-Cookie: GCLB=CNvWprvZ07bowQEQAw; path=/; HttpOnly; expires=Sat, 03-Jan-2026 07:53:02 GMT
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=63072000
Page title: QC Automation Tool::Login
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>QC Automation Tool::Login</title>
<link rel="icon" href="/images/fav-icon.ico">
<!-- Bootstrap -->
<link href="/Content/bootstrap.min.css" rel="stylesheet">
<link href="/Content/form-elements.css" rel="stylesheet">
<link href="/Content/style.css" rel="stylesheet">
<script src="/Scripts/jquery-1.12.3.min.js"></script>
<script src="/Scripts/bootstrap.min.js"></script>
<script type="text/javascript"> var base_url="/";</script>
<link type="text/css" rel="stylesheet" href="/Content/validationEngine.jquery.css" />
<script type="text/javascript" src="/Scripts/jquery.validationEngine-en.js"></script>
<script type="text/javascript" src="/Scripts/jquery.validationEngine.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(document).ready(function () {
$(".form-top2").hide();
$(".form-top3").hide();
$("#login").validationEngine('attach');
$("#register").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/register',
method: 'POST',
data: {first_name: $("#first_name").val(), last_name: $("#last_name").val(), email: $("#email").val(), password: $("#password").val() },
success: function (data) {
$("#first_name").val('');
$("#last_name").val('');
$("#email").val('');
$("#password").val('');
$("#cpassword").val('');
$(".notif").html('<div class="alert alert-success"><button class="close" data-dismiss="alert">×</button><strong>Successfully registered!</strong>'+data.Message);
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
}
});
}
}
});
$("#register_btn").click(function () {
$("#login").hide();
$(".form-top").hide();
$(".form-top3").hide();
$(".form-top2").show();
$("#register").show();
$("#a_fp").hide();
$('#login').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
$.ajax({
url: '../home/register',
method: 'GET',
});
});
$("#signin_btn, #a_si, a_fp_si").click(function(event){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
});
$("#a_fp").click(function(event){
event.preventDefault();
$("#forgot_pwd").show();
$(".form-top3").show();
$(".form-top").hide();
$(".form-top2").hide();
$("#login").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#login').validationEngine('hideAll');
$(this).hide();
});
$("#forgot_pwd").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/forgotpassword',
method: 'POST',
data: {email : $("#fp_email").val()},
success: function(data){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$("#forgot_pwd").hide();
Open service 2.16.204.95:80 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://www.qctool.digitaldelivery.gsk.com/ Date: Fri, 02 Jan 2026 07:53:05 GMT Connection: close
Open service 2a02:26f0:2780:67::217:e394:80 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://www.qctool.digitaldelivery.gsk.com/ Date: Fri, 02 Jan 2026 07:53:05 GMT Connection: close
Open service 2.16.204.76:443 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-FRAME-OPTIONS: SAMEORIGIN
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Content-Length: 11708
Date: Fri, 02 Jan 2026 07:53:02 GMT
Connection: close
Set-Cookie: GCLB=CMKYwsCS08e9wwEQAw; path=/; HttpOnly; expires=Sat, 03-Jan-2026 07:53:02 GMT
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=63072000
Page title: QC Automation Tool::Login
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>QC Automation Tool::Login</title>
<link rel="icon" href="/images/fav-icon.ico">
<!-- Bootstrap -->
<link href="/Content/bootstrap.min.css" rel="stylesheet">
<link href="/Content/form-elements.css" rel="stylesheet">
<link href="/Content/style.css" rel="stylesheet">
<script src="/Scripts/jquery-1.12.3.min.js"></script>
<script src="/Scripts/bootstrap.min.js"></script>
<script type="text/javascript"> var base_url="/";</script>
<link type="text/css" rel="stylesheet" href="/Content/validationEngine.jquery.css" />
<script type="text/javascript" src="/Scripts/jquery.validationEngine-en.js"></script>
<script type="text/javascript" src="/Scripts/jquery.validationEngine.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(document).ready(function () {
$(".form-top2").hide();
$(".form-top3").hide();
$("#login").validationEngine('attach');
$("#register").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/register',
method: 'POST',
data: {first_name: $("#first_name").val(), last_name: $("#last_name").val(), email: $("#email").val(), password: $("#password").val() },
success: function (data) {
$("#first_name").val('');
$("#last_name").val('');
$("#email").val('');
$("#password").val('');
$("#cpassword").val('');
$(".notif").html('<div class="alert alert-success"><button class="close" data-dismiss="alert">×</button><strong>Successfully registered!</strong>'+data.Message);
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
}
});
}
}
});
$("#register_btn").click(function () {
$("#login").hide();
$(".form-top").hide();
$(".form-top3").hide();
$(".form-top2").show();
$("#register").show();
$("#a_fp").hide();
$('#login').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
$.ajax({
url: '../home/register',
method: 'GET',
});
});
$("#signin_btn, #a_si, a_fp_si").click(function(event){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
});
$("#a_fp").click(function(event){
event.preventDefault();
$("#forgot_pwd").show();
$(".form-top3").show();
$(".form-top").hide();
$(".form-top2").hide();
$("#login").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#login').validationEngine('hideAll');
$(this).hide();
});
$("#forgot_pwd").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/forgotpassword',
method: 'POST',
data: {email : $("#fp_email").val()},
success: function(data){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$("#forgot_pwd").hide();
Open service 2a02:26f0:2780:67::217:e389:80 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://www.qctool.digitaldelivery.gsk.com/ Date: Fri, 02 Jan 2026 07:53:04 GMT Connection: close
Open service 2a02:26f0:2780:67::217:e389:443 · www.qctool.digitaldelivery.gsk.com
2026-01-02 07:53
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-FRAME-OPTIONS: SAMEORIGIN
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Content-Length: 11708
Date: Fri, 02 Jan 2026 07:53:02 GMT
Connection: close
Set-Cookie: GCLB=CPXnjrPpzYflhQEQAw; path=/; HttpOnly; expires=Sat, 03-Jan-2026 07:53:02 GMT
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=63072000
Page title: QC Automation Tool::Login
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>QC Automation Tool::Login</title>
<link rel="icon" href="/images/fav-icon.ico">
<!-- Bootstrap -->
<link href="/Content/bootstrap.min.css" rel="stylesheet">
<link href="/Content/form-elements.css" rel="stylesheet">
<link href="/Content/style.css" rel="stylesheet">
<script src="/Scripts/jquery-1.12.3.min.js"></script>
<script src="/Scripts/bootstrap.min.js"></script>
<script type="text/javascript"> var base_url="/";</script>
<link type="text/css" rel="stylesheet" href="/Content/validationEngine.jquery.css" />
<script type="text/javascript" src="/Scripts/jquery.validationEngine-en.js"></script>
<script type="text/javascript" src="/Scripts/jquery.validationEngine.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(document).ready(function () {
$(".form-top2").hide();
$(".form-top3").hide();
$("#login").validationEngine('attach');
$("#register").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/register',
method: 'POST',
data: {first_name: $("#first_name").val(), last_name: $("#last_name").val(), email: $("#email").val(), password: $("#password").val() },
success: function (data) {
$("#first_name").val('');
$("#last_name").val('');
$("#email").val('');
$("#password").val('');
$("#cpassword").val('');
$(".notif").html('<div class="alert alert-success"><button class="close" data-dismiss="alert">×</button><strong>Successfully registered!</strong>'+data.Message);
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
}
});
}
}
});
$("#register_btn").click(function () {
$("#login").hide();
$(".form-top").hide();
$(".form-top3").hide();
$(".form-top2").show();
$("#register").show();
$("#a_fp").hide();
$('#login').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
$.ajax({
url: '../home/register',
method: 'GET',
});
});
$("#signin_btn, #a_si, a_fp_si").click(function(event){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#forgot_pwd').validationEngine('hideAll');
});
$("#a_fp").click(function(event){
event.preventDefault();
$("#forgot_pwd").show();
$(".form-top3").show();
$(".form-top").hide();
$(".form-top2").hide();
$("#login").hide();
$("#register").hide();
$('#register').validationEngine('hideAll');
$('#login').validationEngine('hideAll');
$(this).hide();
});
$("#forgot_pwd").validationEngine('attach', {
maxErrorsPerField: 1,
onValidationComplete: function(form, status){
if (status == true) {
$.ajax({
url: '../home/forgotpassword',
method: 'POST',
data: {email : $("#fp_email").val()},
success: function(data){
$("#login").show();
$(".form-top").show();
$(".form-top2").hide();
$(".form-top3").hide();
$("#register").hide();
$("#forgot_pwd").hide();