vividus-framework / vividus

VIVIDUS is all in one test automation tool
https://docs.vividus.dev
Apache License 2.0
362 stars 84 forks source link

[http-client] Decode credentials for Basic Authentication #5223

Closed draker94 closed 1 month ago

draker94 commented 1 month ago

Currently HttpClient decode all characters except unsafe, but we don't need encoding of such characters when using Basic Auth, so they should be decoded too

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.49%. Comparing base (b0f6e79) to head (925ce37). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5223 +/- ## ============================================ + Coverage 97.48% 97.49% +0.01% - Complexity 6856 6899 +43 ============================================ Files 947 950 +3 Lines 19812 19899 +87 Branches 1308 1313 +5 ============================================ + Hits 19313 19400 +87 Misses 390 390 Partials 109 109 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.