Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cookie forwarding for api proxy #232

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 17, 2013

  1. fix typo

    Mathias Schreck committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    01797d0 View commit details
    Browse the repository at this point in the history
  2. replace comma with semicolon

    Mathias Schreck committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    082450e View commit details
    Browse the repository at this point in the history
  3. implement cookie forwarding

    Mathias Schreck committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    1c9ca86 View commit details
    Browse the repository at this point in the history
  4. remove comment, stating the obvious

    Mathias Schreck committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    dda05f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. disable global cookie jar to prevent cookie sharing between different…

    … clients
    Mathias Schreck committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    9b25af7 View commit details
    Browse the repository at this point in the history
  2. encode the whole set-cookie header retrieved from the api

    This prevents the cookie options form the api host are getting set on
    the client cookie.
    Mathias Schreck committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    00c927e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. ensure headers are present on the response object

    Mathias Schreck committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    7e3db19 View commit details
    Browse the repository at this point in the history