I am working on an extension where proxy is set through my extension using chrome extension proxy api(chrome.proxy.settings
).
Everything works fine and I get all traffic on my proxy server. However, I am having trouble with the intranet traffic.
If I try to access any ip on my local network, my printer or any other system, I cannot. Is there a way to bypass the intranet requests so that they do not go through proxy? I found <local>
but is not what I need.
Anyone faced a similar problem? Any direct method to bypass the same or any work around would be appreciated.