Authorization header created with spaces
ech0s7r opened this issue · 1 comments
ech0s7r commented
Each parameter in the Authorization header is created with spaces between the paramenter name and its value, i.e.:
Authorization: OAuth oauth_body_hash = '+eoHI/e/(...)S0seIE=',oauth_consumer_key = 'q_zC8ga1(...)00000',oauth_nonce = 'sFJII80N',oauth_signature_method = 'RSA-SHA256',oauth_timestamp = '1556822180',oauth_version = '1.0',oauth_signature = 'PPn(...)Uo3D'
Spaces should be removed.