question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

403 Access Denied on Macy's website

See original GitHub issue

Steps to reproduce

Tell us about your environment:

What steps will reproduce the problem?

const browser = await puppeteer.launch({ headless: false })
const page = await browser.newPage()
await page.goto('https://www.macys.com/account/signin')

await page.type('#email', 'tester@tester.tester')
await page.type('#pw-input', 'testtest')
await page.click('#sign-in')
await page.waitFor(5000)

await browser.close()
  1. Go to Macy’s sign-in page
  2. Sign in with my test account
  3. Notice the Access Denied page afterwards

What is the expected result?

That I would be logged into Macy’s account and see my name “Test” in the top right like the below image.

image

What happens instead?

I’m presented with a 403 Access Denied page.

6c0720f3-39a9-4818-8ca9-7d3a6eb0ba96_full

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

6reactions
sean-hillcommented, May 10, 2018

It looks like Macy’s is using fancy bot detection. I ended up following this tutorial and it helped solve my issues.

1reaction
sean-hillcommented, May 9, 2018

I noticed that setting ignoreDefaultArgs: true allows it to work. Specifically removing the enable-automation flag as an argument allows it to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Macy's Website Access Denied - How to Fix? - Valibyte
Step 1: Visit the Macy's webpage where you experienced Access Denied error. Step 2: Click the lock icon next to the web address...
Read more >
I am unable to access Macy's website. I get the following
I have tried to access Macy's Department Store from many different angles and keep getting the following: HTTP 403 forbidden.
Read more >
Fix: Access Denied you don't have permission to ... - YouTube
If you get stuck with Access Denied message when opening a particular website, then its probably because there is some network-related issue ...
Read more >
Can't access www.macys.com. Internet service provided by
Can't access www.macys.com. Internet service provided by Spectrum. Everything else works. Just being denied - Answered by a verified Tech ...
Read more >
How do I fix "Access Denied" for a website? : r/firefox - Reddit
Do you mean an error number? What is the actual number? Is it 403 by any chance? Is the number an actual link?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found