You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue Overview
Currently when injecting a
URL
orURI
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.The text was updated successfully, but these errors were encountered: