Start a new topic

Missing headers

Hi, For requests: - logout - passwordReset response doesn't have 'content-type' header. I think that is general bug but I tested it only under javascript lib.

Hi Maciej, both logout and password reset return a 204 (no content) response. Since there is no content to return, no content-type header is included.

 

I had problems with headers because I installed js library via bower and there isn't newest version. At this moment bower installs v1.1.5.

 There appears to be a duplicate bower package using the name "kinvey" (with all lower-case letters). The official library is instead listed under "Kinvey" (with a capital K) -- update your bower dependency to this package, and the latest version should be installed.

Login or Signup to post a comment