local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Enable auth interceptor for long credentials #179

Closed 10xSebastian closed 4 years ago

10xSebastian commented 4 years ago

Fixes https://github.com/local-ch/lhc/issues/173

Basically uses the strict_encode64 to encode basic auth credentials in the correct way.

10xSebastian commented 4 years ago

Fixed the typo in the spec file name @JochenLutz