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 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

I have a chrome extension which have a server-side javascript and I need this
I'm using a Chrome extension to send data to my Rails app (the staged_images
Developing a chrome extension using javascript is one of my university projects. I don't
I have a Chrome Extension in English and everything works fine. Looking in to
I am writing a Chrome extension which needs to access minus.com by OAuth 2.0.
I am writing codes for a Chrome extension that needs to access minus.com, which
I'm writing a chrome extension which needs to interact with a subtree of bookmarks.
I'm writing a Google Chrome extension that needs to do a lot of things
I'm working on porting a Chrome extension to Firefox using the Firefox Add-on SDK.
I am trying to create a chrome extension using HTML5 WebSockets and can't get

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.