synapsestudios / synapse-common

DEPRECATED
MIT License
1 stars 2 forks source link

Pass 'withCredentials' option in to httpRequest #13

Closed areida closed 10 years ago

areida commented 10 years ago

The gateway/http apiRequest function needs to look for a withCredentials option

Acceptance Criteria

  1. withCredentials option can be set from the application configs
  2. withCredentials option defaults to false if not set in config

    Tasks

    • None

      Additional Notes

    • None
areida commented 10 years ago

:m: :star: Tests are failing but it's unrelated to the changes in this commit. They're failing on master as well.

bobeagan commented 10 years ago

:+1:

areida commented 10 years ago

:zero: