Anatolii

Results 2 issues of Anatolii

References [#765](https://github.com/lightbend/config/issues/765) Adding `Authorization` header property in the case our configs reside on a server with authentication/authorization prompt

Sometimes configs resides under urls, where some kind of [URLConnection](https://github.com/lightbend/config/blob/f92a4ee2f672c8254d87b27831d0903d3d0d6cc2/config/src/main/java/com/typesafe/config/impl/Parseable.java#L525) request properties configuring capability is required. For example, if we set `-Dconfig.url="https://url_here_my_config_is_residing/my_config.conf"` and the server requires some kind of authentication,...