Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Option to disable URL encoding in cookie #11

Closed
wants to merge 1 commit into from

Conversation

deadlocked247
Copy link

encoding -- '{boolean}' - The cookie will be encoded in javascript URL encoding.

This allows the user to enable or disable URL encoding in the cookie stored by angular. Default is true, but if you need a cookie that includes characters such as " " or "+", it will be stored incorrectly and then when you make requests to servers that require this header in a non-encoded format, there will be errors.

@CalMlynarczyk
Copy link

@deadlocked247 I think this needs to go in the main Angular project, rather than here in the bower package repo.

There is already an issue there requesting this functionality as well.

@petebacondarwin
Copy link
Contributor

Closing as the code in this repository is generated from the source in https://github.com/angular/angular.js.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants