Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-1455

'authorization: ...' instead of 'Authorization: ...' set in FileTransfer

    XMLWordPrintableJSON

Details

    Description

      Setting
      params.headers =

      {'Authorization' : make_base_auth()}

      ;
      for FileTransfer results in the request header:

      authorization: Basic bmssOmZvbw==

      According to http://tools.ietf.org/html/rfc1945#section-10.2 it should be written with capital letter:

      Authorization: Basic bmssOmZvbw==

      I bumped into this issue when trying to handle request generated by FileTransfer with ZendFramework2.

      Attachments

        Activity

          People

            iclelland Ian Clelland
            nataliab Natalia Bartol
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: