How to use HTTP_POLLER through proxy server

Anyone knows how to get a webpage using HTTP_POLLER and using a proxyserver using NTLM authentication?

I noticed the 'proxy' setting, but documentation only shows this:

  • Value type is <> * There is no default value for this setting.

    so not suer what the correct syntax is and wetter proxy authentication is supported anyway.

    Grtz,
    Bert

  • I delete all commas from the json format specified in the documentation and it WORKS!

    proxy => { host => "myHost" port => 80 scheme => "http" user => "user" password => "pass"}