You are not logged in.
The TWinHttp class is putting the string '* / *,' in front of the value of the 'Accept' parameter in header section.
I only put 'Accept: application / json' in aHeader parameter of TWinHttp.Get, but my server receives: 'Accept: * / *, application / json'
I'm using TWinHttp to talk to AWS and this parameter is part of 'AWS Signature Version 4', with this difference my Autorization is created wrong
Offline