Ionic 3: Livereload and Consolelogs not working behind proxy

When i try to run my app with ionic cordova run android -l -c -s the app launches but does not reload on changes or display any console logs in console.

When i check the console logs in chrome dev tools there are some errors displayed.

ion-dev.js?v=3.1.8:101          WebSocket connection to 'ws://192.168.200.231:53703/' failed: Establishing a tunnel via proxy server failed.
                                openConnection @ ion-dev.js?v=3.1.8:101

:35729/livereload.js?snipver=1  Failed to load resource: the server responded with a status of 403 (Forbidden)

:35729/livereload.js?snipver=1  Failed to load resource: the server responded with a status of 403 (Forbidden)

I guess it has something to do with the proxy i am working behind. Do i have to configure it somewhere?

Any suggestions?

Ionic info:

    @ionic/cli-plugin-proxy : 1.5.7
    @ionic/cli-utils        : 1.19.1
    ionic (Ionic CLI)       : 3.19.1

global packages:

    cordova (Cordova CLI) : 8.0.0

local packages:

    @ionic/app-scripts : 3.1.8
    Cordova Platforms  : android 7.0.0
    Ionic Framework    : ionic-angular 3.9.2

System:

    Node : v7.7.3
    npm  : 4.1.2 
    OS   : Windows 10

Environment Variables:

    ANDROID_HOME     : not set
    HTTP_PROXY       : http://[censored]
    http_proxy       : http://[censored]
    HTTPS_PROXY      : http://[censored]
    https_proxy      : http://[censored]
    IONIC_HTTP_PROXY : http://[censored]
    PROXY            : http://[censored]
    proxy            : http://[censored]

Misc:

    backend : pro