Append the scheme part of the HTTP client URL based on the client configurations #2816
Labels
Area/Security
Issues related to stdlib security
module/http
module/jwt
module/oauth2
Points/5
Team/PCM
Protocol connector packages related issues
Type/Improvement
Description:
This issue is created to track the improvement of appending the scheme part to HTTP client URL based on the client configurations.
Scenario - 1: Should append
http://
to the URLScenario - 2: Should append
https://
to the URLScenario - 3: Should append
https://
to the URLScenario - 4: Should append
https://
to the URLScenario - 5: Should be able to override the URL protocol as
http://
for any of the above scenarios.NOTE: But there will be a runtime warning if the protocol is overridden as
http://
for scenario 2, 3 & 4.In summary:
http://
scheme will be added.https://
scheme will be added.http://
& one or more security related configurations are also added, there will be a warning.Furthermore, this support should be extended to the client configurations of JWT and OAuth2 modules as well.
The text was updated successfully, but these errors were encountered: