Azure / azure-ruby-asm-core

Azure Ruby SDK Service Management Core HTTP
6 stars 32 forks source link

Fix the issue that consecutive spaces in the headers are replaced by one space #64

Closed yaxia closed 5 years ago

yaxia commented 6 years ago

x-ms-metadata-a:a        b is trimmed to x-ms-metadata-a:a b which makes it a wrong signing string and causes HTTP error 403 (Forbidden).

This change removes the space trimming logic.

katmsft commented 6 years ago

LGTM