arquillian-core icon indicating copy to clipboard operation
arquillian-core copied to clipboard

[feature-request] Allow for injected URL's and URI's to allow for https connections

Open jamezp opened this issue 3 years ago • 0 comments

Issue Overview

Currently when injecting a URL or URI with an @ArquillianResource the protocol is always "http". There should be ability to allow for "https" connections.

This can be accomplished while keeping backwards compatibility. Defaulting to "http" seems reasonable, but allowing the HTTPContext to be known as a "secure" context could allow "https" to be used for the protocol.

jamezp avatar Aug 15 '22 20:08 jamezp