Help with Browser Replay Authentication for Protected Dashboard

Hello,
I’m trying to scrape program information from a protected dashboard (DaySmartRecreation) using Browser Replay. Despite trying multiple approaches, I keep getting a “Forbidden” error:

Steps tried:

  1. Recorded full login sequence
  2. Recorded after logging in manually
  3. Enabled “Use My Browser Cookies?” and “Use Advanced Browsing?”
  4. Using URL: https://apps.daysmartrecreation.com

Current setup:

  • Browser Replay node with recorded navigation
  • Ask AI node to process the data
  • Actively logged into the site in browser
  • “Use My Browser Cookies?” enabled

Error received:
“Forbidden. You don’t have permission to access this resource.”

How can I maintain authentication while using Browser Replay to access this protected dashboard?

Hey @LucyY - Can you share the failed run link from the https://www.gumloop.com/history page and set the acess to ‘anyone with the link can view’ please under the share button.

Some websites might have bot protection or safety measures where login sequences like this won’t work.

Two better options are:

  1. Use the Browser Extension Input instead.
    Doc: https://docs.gumloop.com/nodes/browser_extension/browser_extension_input
    Tutorial: https://www.loom.com/share/6b343be195ba4a55a66ce26894b303f9

  2. If the site has an API, try creating a custom node with the help of the AI in the custom node builder. This is the most flexible option.
    Doc: https://docs.gumloop.com/nodes/custom_node_details
    Video Tutorial: https://www.youtube.com/watch?v=yHjxbmdg-cI&ab_channel=Gumloop
    Custom Node Workshop: https://www.youtube.com/watch?v=ovCCWfgWv4M

Let me know if this works for you.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.