As Allen said, you spelled Authorization wrong, one reason to use the new property rather than write your own headers.
Also you are using async methods but not waiting for a response, you should use sync methods if you want a simple application.
Exactly what header responses do you get with the correct spelling.
Angus