Chrome Application Doesn't Use System Proxy

Noldor

A Chrome Packaged Application under Windows 10 doesn't seem to be using my public proxy settings under Internet Options. I'm trying to monitor this application's network activity via Fiddler installed on another computer. Every HTTP and HTTPS requests are successfully monitored there, except the ones from this packaged application.

I'm pretty sure it uses HTTP requests behind, because I generated it from an Android APK file, using ARC Welder. And I can see HTTP requests from Android application itself on my phone. But not from generated packaged chrome application on Windows. Is there anything I can do with the manifest file or something else?

Thank you.

kzahel

chrome.sockets API does not use the Chrome browser proxy settings. On ChromeOS, chrome.sockets will respect the system-wide VPN settings, however.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

force an application to use a proxy locally (many transparent proxy programs doesn't work)

From Dev

Chrome on iOS doesn't allow use of Charles Proxy even with valid SSL certificate?

From Dev

Chrome: Do not use system-wide proxy settings

From Dev

what if an application doesn't handle system event?

From Dev

Winsock use system proxy settings

From Dev

Google Chrome doesn't use proper font in PDF

From Dev

Local system doesn't forward to intended port defined in OpenShift proxy app

From Dev

Trying to configure Logstash to use a proxy with LS_JAVA_OPTS but it doesn't seem to work

From Dev

Why does my system use 2 GB of memory when I have only one application(chrome) running?

From Dev

Application doesn't quit

From Dev

will httpclient use system proxy by default (clojure)?

From Dev

FiddlerCore: how to use system proxy right?

From Dev

Chrome Application Cache doesn't send `Origin` header when caching cross-domain assets

From Dev

Use Chrome or Firefox in Winforms application ?

From Dev

Android application doesn't close after calling System.exit(0)

From Dev

Publish desktop application working fine on my system but when I send setup to someone, it doesn't work

From Dev

Goutte/Guzzle proxy doesn't work

From Dev

BrowserMob proxy doesn't blacklist https resources

From Dev

zmq::proxy example doesn't work ()

From Dev

Goutte/Guzzle proxy doesn't work

From Dev

Sending a request via proxy doesn't work

From Dev

Chrome doesn't close the notification

From Dev

Google Chrome doesn't install

From Dev

webkitnotifications doesn't work in Chrome

From Dev

Google Chrome doesn't install

From Dev

Chrome doesn't use calculated width of flex items to size auto margins

From Dev

Why doesn't SuperGenPass work on some sites when I use Chrome?

From Dev

How can I make sure that Firefox doesn't use my GTK theme in the non-chrome part?

From Dev

Changing Mac System Proxy Settings In Command Line Tool Application

Related Related

  1. 1

    force an application to use a proxy locally (many transparent proxy programs doesn't work)

  2. 2

    Chrome on iOS doesn't allow use of Charles Proxy even with valid SSL certificate?

  3. 3

    Chrome: Do not use system-wide proxy settings

  4. 4

    what if an application doesn't handle system event?

  5. 5

    Winsock use system proxy settings

  6. 6

    Google Chrome doesn't use proper font in PDF

  7. 7

    Local system doesn't forward to intended port defined in OpenShift proxy app

  8. 8

    Trying to configure Logstash to use a proxy with LS_JAVA_OPTS but it doesn't seem to work

  9. 9

    Why does my system use 2 GB of memory when I have only one application(chrome) running?

  10. 10

    Application doesn't quit

  11. 11

    will httpclient use system proxy by default (clojure)?

  12. 12

    FiddlerCore: how to use system proxy right?

  13. 13

    Chrome Application Cache doesn't send `Origin` header when caching cross-domain assets

  14. 14

    Use Chrome or Firefox in Winforms application ?

  15. 15

    Android application doesn't close after calling System.exit(0)

  16. 16

    Publish desktop application working fine on my system but when I send setup to someone, it doesn't work

  17. 17

    Goutte/Guzzle proxy doesn't work

  18. 18

    BrowserMob proxy doesn't blacklist https resources

  19. 19

    zmq::proxy example doesn't work ()

  20. 20

    Goutte/Guzzle proxy doesn't work

  21. 21

    Sending a request via proxy doesn't work

  22. 22

    Chrome doesn't close the notification

  23. 23

    Google Chrome doesn't install

  24. 24

    webkitnotifications doesn't work in Chrome

  25. 25

    Google Chrome doesn't install

  26. 26

    Chrome doesn't use calculated width of flex items to size auto margins

  27. 27

    Why doesn't SuperGenPass work on some sites when I use Chrome?

  28. 28

    How can I make sure that Firefox doesn't use my GTK theme in the non-chrome part?

  29. 29

    Changing Mac System Proxy Settings In Command Line Tool Application

HotTag

Archive