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 6144571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:40:09+00:00 2026-05-23T18:40:09+00:00

Am having a slightly confusing problem with this extension (although it might just be

  • 0

Am having a slightly confusing problem with this extension (although it might just be my inexperience)
in my manifest file I have:

"permissions": [
    "http://mafre.com/","http://eee.se/","http://ilaafire.net/","notifications","tabs"

And i am using this code to send an XML request:

var http = false;
    http = new XMLHttpRequest();

function replace() 
{


            http.open("GET", "http://www.mafre.com/proj/test.php"+getquerystring(), true);
            http.onreadystatechange=function() 
            {

            if(http.readyState < 4) {show_wait_gif();}
                else if(http.readyState == 4) 
                {
                    updatepage( http.responseText);

                }
            }
          http.send(null);
 }

which my script on the other end is getting the data… but when I need to get the response Chrome is throwing this error:

XMLHttpRequest cannot load http://www.mafre.com/proj/test.php?w=rn@ee.se. Origin 
chrome-extension://kjggpdimdloblnddfbnodggchjpalihb is not allowed by Access-Control-Allow-Origin.

Why is that? I have already given it permission to interact with the domain so why cannot I get the response even though it is sending the query?

The response that I should get back into my page is something like “email accepted, thanks!1”

Thanks!

  • 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-23T18:40:10+00:00Added an answer on May 23, 2026 at 6:40 pm

    I believe you should wildcard permission URLs, also www. is a different domain:

    "http://mafre.com/*",
    "http://www.mafre.com/*",
    
    "http://eee.se/*",
    "http://www.eee.se/*",
    
    "http://ilaafire.net/*",
    "http://www.ilaafire.net/*",
    
    "notifications",
    "tabs"
    

    Currently you only have access to exactly http://mafre.com/.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well, sorry about the confusing title but I'm having a slightly annoying problem with
I have adjusted my code slightly but I am still having difficulty posting it
I'm having a strange problem with a colour animation. I have a list of
I am having a slightly odd problem with sending mail in test mode with
This may be slightly OT, but I was wondering why having a process which
I'm having this strange problem where an undesired space is being produced when changing
Please try to forgive this slightly off-programming-topic question. At least I'm getting this problem
I'm an iPhone dev newbie, and I'm having a problem slightly similar to a
I'm having a slightly odd situation with an XSL template. Most of it outputs
My application supports both Oracle and MS SQL databases, with slightly different schemas having

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.