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

  • Home
  • SEARCH
  • 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 613075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:57:46+00:00 2026-05-13T17:57:46+00:00

My chrome extension needs to send requests to a server on my home LAN,

  • 0

My chrome extension needs to send requests to a server on my home LAN, where I don’t have DNS setup, so I’m using raw IP’s with everything. I’m sending these requests via my background page, so with proper permissions in the manifest file it should let me do it. This is what I have in the manifest:

"permissions": [
    "http://10.0.0.4:3000/*","http://*/*"
]

However with the http sniffer I see that no requests are sent out to that destination. via logging I see that the jQuery $.ajax() call is reached:

$.ajax({ url: url,
         type: 'POST',
         timeout: 500,
         context: document.body,
         success: function(){} });

I’ve read this thread, which directed me to make http requests from the background page.

Question: do you guys think that using raw IPs is causing the request to be dropped by chrome?

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-13T17:57:46+00:00Added an answer on May 13, 2026 at 5:57 pm

    No, using raw IPs is not the problem. I just tried getting my router’s page through its IP from an extension with universal permissions (http://*/*) and it worked fine. Two notes about your code though:

    1. You’re doing a POST but not specifying any data. I’m not sure if that’s legal.
    2. There was a missing closing brace in your example. I edited it in, assuming it’s a typo, but perhaps that’s the problem.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have just started using Google Chrome , and noticed in parts of our site,
I'm building a small Chrome extension that must send messages through a POST http
I'm writing a Google Chrome extension that needs to do a lot of things
I have a simple Chrome extension that uses the content script feature to modify
I create a Chrome Extension and I have a theme too. In the extension
I'm writing a Chrome extension that needs to alter a popular web app when
I am writing a Chrome extension that needs to modify pages in a specific
When using Google Chrome, I want to debug some JavaScript code. How can I
I am trying out a simple Google Chrome extension, in which I need to
At the moment, I am coding an Google Chrome extension (in Javascript) which interfaces

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.