Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7089225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:53:45+00:00 2026-05-28T07:53:45+00:00

I am redirecting WebRequests successfully using the experimental API in Chrome – I am

  • 0

I am redirecting WebRequests successfully using the experimental API in Chrome – I am wondering if there is a way to get to the request/URL of the document that caused the URL to be loaded. I.e. the HTML document’s URL that triggered, say, the CSS file to load. Something along the lines of the pseudocode:

function onBeforeRequest(details) {
  var incoming = details.url;
  var referrer = referrer_from_details(details);
  var outgoing;
  if(referrer.match(someRE)) {
    outgoing = "one place";
  } else {
    outgoing = "somewhere else";
  }
  return { redirectUrl: outgoing };
}

What I am missing is the referrer_from_details function. The closest thing I could find was to go via tab/frame IDs to get to the URL, but not only did that seem like the wrong way around, it also is asynchronous (AFAIK).

Anybody know how to get the referrer out?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:53:46+00:00Added an answer on May 28, 2026 at 7:53 am

    You can access the Referer header in details.requestHeaders:

    function(details) {
      for (var i = 0; i < details.requestHeaders.length; ++i) {
      if (details.requestHeaders[i].name === 'Referer') {
           alert(details.requestHeaders[i].value);
           break;
      }
    }
    return {requestHeaders: details.requestHeaders};
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a simple way of redirecting serial port output to a file, that
I am redirecting a POST request to ensure the URL is correct along with
I'm redirecting this URL: http://mydomain.com/expandyourtaste Using this .htaccess file: #Expand your tastes redirects Redirect
I'm having problems redirecting stdio of another program using subprocess module. Just reading from
I'm now redirecting to main page in my Rails application using redirect_to root_path I
I'm having trouble with redirecting urls using the .htaccess file. This is what my
Is there any other command for redirecting a controller to a particular view page
I've got a script that sets some session values before redirecting to / using
For a website I'm currently working on we're redirecting our old URL's permanently to
The server in some ways redirecting all the request into its mobile version, in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.