Giter Site home page Giter Site logo

cookie-getter's People

Contributors

fyockm avatar henrikjoreteg avatar mhamann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mhamann fyockm taldy

cookie-getter's Issues

Cookie name does not match exactly.

Let's say you have a cookie called user_key.

cookies('y')
cookies('ey')
cookies('r_key')

will all match and return the user_key cookie value.

You run into problems when you also have a cookie admin_user_key. This will hit user_key first and return the value for user_key cookie . A few solid hours of debugging.

Assumes cookie does not contain strings with "="

Hi!

I'm using your clientconfig module and stumbled upon an issue with the cookiegetter.

I'm passing a cookie that includes a = inside it. Specifically, it's because I'm sending a url with a query string.

Example:

{'link': 'http://mysite.com/go?iv=foo&bar=whatevr'}

The cookie that is read back is cut off at ?iv.

Might have to add some additional decoding, which will slow down performance, but perhaps worth it?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.