CINXE.COM

Inprotech

<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta charset="utf-8"/> <title>Inprotech</title> <link rel="shortcut icon" href="/CPAInpro/images/favicon.ico"/> <script src="/CPAInpro/Scripts/jquery-3.6.0.min.js"></script> <meta name="viewport" content="width=device-width"/> </head> <body> <script> (function($) { function checkAppsAvailability() { return $.ajax({ cache: false, type: 'get', dataType: 'json', url: 'https://workbench.clarivate.com:443/CPAInpro/apps/api/signin/options' }, function(data) { return data; }); } setTimeout(function() { $.when(checkAppsAvailability()) .done(function(r) { localStorage.setItem('communicationProtocol', r.communicationProtocol); window.top.location = 'https://workbench.clarivate.com:443/CPAInpro/apps/signin/#/?goto=https%3a%2f%2fworkbench.clarivate.com%2fCPAInpro%2fDesktop%2fDesktopDefault.aspx%2f'; }) .fail(function() { window.location = 'https://workbench.clarivate.com:443/CPAInpro/security/appsUnavailable?to=https%3a%2f%2fworkbench.clarivate.com%3a443%2fCPAInpro%2fsecurity%2fsignin%3fto%3dhttps%253a%252f%252fworkbench.clarivate.com%252fCPAInpro%252fDesktop%252fDesktopDefault.aspx%252f'; }); }, 1000); })(jQuery); </script> </body> </html>