www.cookcountydc.com Open in urlscan Pro
23.36.163.241  Public Scan

Submitted URL: https://click.e.nationwidefinancial.com/?qs=4f9ff9b73f19b7836aa44c697e9bdf24b5adf5af9e6182ca73dff798b8328501fa106af45889efb337f916d0a2be...
Effective URL: https://www.cookcountydc.com/iApp/rsc/login.x?utm_source=sfmc&utm_term=CE_Increase_Login&utm_content=407740&utm_id=632503cb-5...
Submission Tags: falconsandbox
Submission: On July 02 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST loginSubmit.x

<form id="login-form" action="loginSubmit.x" method="post" onsubmit="return submitThePage('loginSubmitBtn');" data-version="1">
  <div class="field-group side-by-side">
    <label class="hint-label" for="username">Username:</label>
    <input type="text" class="text-field-lrg" name="username" id="username" value="" autocomplete="off">
    <div class="clear"></div>
  </div>
  <div class="field-group side-by-side">
    <label class="hint-label" for="password">Password: <span class="semantic">case sensitive</span></label>
    <span class="placeholderWrap"><span>(case sensitive)</span><input type="password" class="text-field-lrg" placeholder="" name="password" id="password" autocomplete="off" celebruspassword="true"></span>
    <div class="clear"></div>
  </div>
  <div class="clear"></div>
  <input type="hidden" name="loginExperience" value="PARTICIPANT_EXPERIENCE">
  <div class="button-container">
    <div class="right equal-width">
      <input type="submit" value="Log in" class="button preferred right equal-width" id="loginSubmitBtn">
    </div>
  </div>
  <div class="clear"></div>
  <input type="hidden"
    value="version%3D3%2E7%5F1%26pm%5Ffpua%3Dmozilla%2F5%2E0%20%28windows%20nt%2010%2E0%3B%20win64%3B%20x64%29%20applewebkit%2F537%2E36%20%28khtml%2C%20like%20gecko%29%20chrome%2F103%2E0%2E5060%2E53%20safari%2F537%2E36%7C5%2E0%20%28Windows%20NT%2010%2E0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537%2E36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F103%2E0%2E5060%2E53%20Safari%2F537%2E36%7CWin32%26pm%5Ffpsc%3D24%7C1600%7C1200%7C1200%26pm%5Ffpsw%3Dpdf%7Cpdf%7Cnacl%26pm%5Ffptz%3D0%26pm%5Ffpln%3Dlang%3Den%2DUS%7Csyslang%3D%7Cuserlang%3D%26pm%5Ffpjv%3D0%26pm%5Ffpco%3D1%26pm%5Ffpasw%3Dinternal%2Dpdf%2Dviewer%7Cmhjfbmdgcfjbbpaeojofohoefgiehjai%7Cinternal%2Dnacl%2Dplugin%26pm%5Ffpan%3DNetscape%26pm%5Ffpacn%3DMozilla%26pm%5Ffpol%3Dtrue%26pm%5Ffposp%3D%26pm%5Ffpup%3D%26pm%5Ffpsaw%3D1600%26pm%5Ffpspd%3D24%26pm%5Ffpsbd%3D%26pm%5Ffpsdx%3D%26pm%5Ffpsdy%3D%26pm%5Ffpslx%3D%26pm%5Ffpsly%3D%26pm%5Ffpsfse%3D%26pm%5Ffpsui%3D%26pm%5Fos%3DWindows%26pm%5Fbrmjv%3D103%26pm%5Fbr%3DChrome%26pm%5Finpt%3D%26pm%5Fexpt%3D"
    id="devicePrint" name="devicePrint">
  <script type="text/javascript" src="https://static.nationwide.com/static/js/rsa-plus-hashtable.js"></script>
  <script>
    var confirmModal = true;
    oCommon = {
      getDevicePrint: function() {
        return encode_deviceprint();
      }
    };
    $(document).ready(function() {
      $("#devicePrint").val(oCommon.getDevicePrint());
    });
  </script>
  <script type="text/javascript" src="/mm/js/jQuery/3.6.0/jquery-3.6.0.min.js"></script>
  <script src="/mm/js/jQuery/3.4.1/plugins/jquery-browser-deprecated-fix_ff4j.js"></script>
  <script>
    var isInternal = window.location.href.indexOf(".nwie.net") > -1;
    $(document).ready(function() {
      callMyirpCachePrimer();
    });

    function getApigeeEndpoint() {
      if (isInternal) {
        apigeeEndpoint = 'https://api-int.nwie.net';
      } else {
        apigeeEndpoint = 'https://api.nationwide.com';
      }
      return apigeeEndpoint;
    }

    function getPrimerCookieData() {
      var splitCookies = document.cookie.split(';')
      for (cookie of splitCookies) {
        var cookieParts = cookie.split('=');
        if (cookieParts[0].trim() == 'myirpCachePrimer') {
          return decodeURI(cookieParts[1].trim());
        }
      }
    }

    function getCahcePrimerHeaders() {
      var targetUrl = '';
      if (targetUrl.length > 0) {
        return {
          'Content-Type': 'application/json;charset=UTF-8',
          'X-NW-MessageID': Math.floor(Math.random() * 100000000000),
          'X-NW-ApiKey': 'qgUbGU65aYl23eUUmusZ5W3Lmui7JknO',
          'X-MyIRP-Target-Url': '',
        }
      }
      return {
        'Content-Type': 'application/json;charset=UTF-8',
        'X-NW-MessageID': Math.floor(Math.random() * 100000000000),
        'X-NW-ApiKey': 'qgUbGU65aYl23eUUmusZ5W3Lmui7JknO',
      }
    }

    function callMyirpCachePrimer() {
      var theUrl = getApigeeEndpoint() + "/financial-plan-management/my-interactive-retirement-planner-public/v1/prime-cache";
      var data = getPrimerCookieData();
      var headers = getCahcePrimerHeaders();
      if (data) {
        $.ajax({
          url: theUrl,
          type: "POST",
          data: data,
          headers: getCahcePrimerHeaders(),
          success: function() {
            console.log('MyIRP Priming Complete');
          }
        });
      }
    }
  </script>
  <input type="hidden" id="suppressPasswordExpirationNotification">
</form>

Text Content

Skip to Navigation
Skip to main content
Modal Dialog Start


INTERNET EXPLORER IS NO LONGER SUPPORTED

As part of our enhanced security, we no longer support Internet Explorer (IE).
For the best website experience, please use Chrome, Firefox or Microsoft Edge.

Close
Modal Dialog End
Modal Dialog Start


DO YOU WANT TO CONTINUE?

For security reasons, your session is about to timeout. To stay logged in,
select the Continue button below. To end your session, select the Log off
button, or take no action.

Continue Log off
Modal Dialog End
<!---->menu<!----> <!---->close-delete<!---->
 * Contact us


 * 
 * 
 * 
   
 * Contact us
 *  


ACCESS MY PLAN

There will be an internal system outage beginning Sunday, July 3rd at 7:00am
(ET) and ending Monday, July 4th at 7:00am (ET). During this time, some
functionality may not be available.

JavaScript is not enabled
Please enable JavaScript before continuing.

Please enter your username and password.

Username:

Password: case sensitive (case sensitive)






LOGIN HELP & SIGN UP

Forgot your username/password? Sign up for an online account We value your
privacy and security.


 * Home
 * Español
 * Plan Sponsor
 * Contact Us
 * Privacy & Security
 * Terms & Conditions
 * Accessibility

Download the My Retirement app for easy access to your retirement plan.




Nationwide Retirement Solutions and Nationwide Life Insurance Company
(collectively "Nationwide") have endorsement relationships with the National
Association of Counties, the International Association of Fire
Fighters-Financial Corporation, the United States Conference of Mayors and the
National Association of Police Organizations.

Nationwide may receive payments from mutual funds or their affiliates in
connection with certain investment options. Learn more about these payments.

Retirement Specialists provide information for educational purposes only. This
information is not meant to be used as investment advice. Retirement Specialists
are Registered Representatives of Nationwide Investment Services Corporation,
member FINRA, Columbus, Ohio.

NRW-2887AO.5