www.mountainproject.com Open in urlscan Pro
2600:1901:0:6b8::  Public Scan

Submitted URL: http://www.mountainproject.com//route//105836362//snake/-dike
Effective URL: https://www.mountainproject.com//route//105836362//snake/-dike
Submission: On September 19 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /auth/login/email

<form class="wide" method="post" action="/auth/login/email">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-hide" placeholder="Log in with email" value="">
  </div>
  <div class="form-group tighter">
    <input type="password" name="pass" class="form-control form-control-lg signup-captcha-hide" placeholder="Password">
  </div>
  <input type="hidden" name="_token" value="ulXkxGljeqXKbJbZ2cEKI5vLblOIFd5AE64PCoHN" autocomplete="off">
  <button type="submit" class="btn btn-primary btn-lg">Log In</button>
</form>

POST /auth/signup/start

<form class="wide" method="post" action="/auth/signup/start">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-show" placeholder="Sign up with email">
  </div>
  <div class="form-group tighter text-xs-center signup-captcha-block" style="display: none">
  </div>
  <input type="hidden" name="_token" value="ulXkxGljeqXKbJbZ2cEKI5vLblOIFd5AE64PCoHN" autocomplete="off">
  <div id="recaptcha-66eb8aef6644a" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="signup">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-66eb8aef6644a" type="submit" class="btn btn-primary btn-lg" style="">Sign Up</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-66eb8aef6644a");
      const submit = document.getElementById("submitrecaptcha-66eb8aef6644a");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "signup"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST https://www.mountainproject.com/auth/password/lost

<form class="wide" method="post" action="https://www.mountainproject.com/auth/password/lost">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg" placeholder="Email address">
  </div>
  <input type="hidden" name="_token" value="ulXkxGljeqXKbJbZ2cEKI5vLblOIFd5AE64PCoHN" autocomplete="off">
  <div id="recaptcha-66eb8aef6595d" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="password">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-66eb8aef6595d" type="submit" class="btn btn-primary btn-l" style="">Send Reset Email</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-66eb8aef6595d");
      const submit = document.getElementById("submitrecaptcha-66eb8aef6595d");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "password"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST

<form method="post" id="flag-content-form" novalidate="novalidate">
  <div class="form-group">
    <p>
      <label><input type="radio" name="type" value="spam"> Spam?</label><br>
      <label><input type="radio" name="type" value="jerk"> Being a jerk / offensive?</label><br>
      <label><input type="radio" name="type" value="other"> Something else? Please explain.</label>
    </p>
    <p>Please tell us why:</p>
    <textarea class="short form-control" name="reason"></textarea>
  </div>
  <div class="form-group">
    <input type="hidden" name="_token" value="ulXkxGljeqXKbJbZ2cEKI5vLblOIFd5AE64PCoHN" autocomplete="off">
    <input type="submit" class="btn btn-primary" value="Flag It">
    <a href="#" class="btn btn-link btn-sm cancel" data-dismiss="modal">Cancel</a>
    <input type="hidden" name="id" value="">
    <p class="mt-1 form-group small text-muted"> An Adventure Projects staff member will review this and take an appropriate action, but we generally don't reply. </p>
  </div>
</form>

Text Content

SIGN UP OR LOG IN

Your FREE account works with all Adventure Projects sites

Continue with onX Maps Sign in with Facebook
 Sign in with Apple



Log In
Password help
OR

--------------------------------------------------------------------------------

Sign Up This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.



Send Reset Email This site is protected by reCAPTCHA and the Google Privacy
Policy and Terms of Service apply.

Cancel




SHARE ON MOUNTAIN PROJECT

Create Route or Route

--------------------------------------------------------------------------------

Add a Symbol


--------------------------------------------------------------------------------

Share a Photo

--------------------------------------------------------------------------------

Share a Video


--------------------------------------------------------------------------------

Taking other people's content (text, photos, etc) without permission is a
copyright violation and NOT OKAY!


FLAG INAPPROPRIATE POST

Spam?
Being a jerk / offensive?
Something else? Please explain.

Please tell us why:

Cancel

An Adventure Projects staff member will review this and take an appropriate
action, but we generally don't reply.

--------------------------------------------------------------------------------

Additionally, you can
permanently ignore this user.

More Info



Climb
MTB
Hike
Trailrun
Ski

Limited Time70% OffonX Backcountry

Search

Route Guide
Gyms
What's New
Partners
Forum

Sign In

Search

Route Guide
Climbing Gyms
What's New
Partners
Forum
Get the app



44


LOOKS LIKE YOU'RE OFF ROUTE!


THE PAGE YOU'RE LOOKING FOR DOES NOT EXIST.

Homepage
We use cookies to enhance your online experience. By using this website you
agree to our Privacy Policy.
Close
Welcome


JOIN THE COMMUNITY! IT'S FREE

Already have an account? Login to close this notice.

Get Started

 * 
 * onX products are built by adventurers, for adventurers. We believe that every
   adventurer needs to know where to go, to know where they stand, and to be
   able to share their experiences.
 * About onX
 * Careers

 * About
 * Help
 * Gyms
 * Partner Finder
 * What's New
 * Top Contributors
 * Mountain Project
 * MTB Project
 * Hiking Project
 * Trail Run Project
 * Powder Project
 * National Parks


© 2024 onX Maps, Inc. Terms·Privacy

--------------------------------------------------------------------------------


LOADING...


PLEASE CONFIRM

--------------------------------------------------------------------------------

Cancel OK