chutney-testing/chutney-kotlin-dsl-legacy

๐Ÿš€ | Allow synchronization behind a proxy

Closed this issue ยท 0 comments

Describe your use case

I need to synchronize scenarios on an remote Chutney instance which is behind a proxy.

Is your feature request related to a problem ?

The problem is that the HTTP client used for synchronization use DIRECT connection.
https://github.com/chutney-testing/chutney-kotlin-dsl/blob/f1d4b4cb6635b46886a15676940fdae79d8c51f9/dsl/src/main/kotlin/com/chutneytesting/kotlin/util/HttpClient.kt#L85

Describe the solution you'd like

Allow proxy configuration via code or configuration.

Link to examples

No response