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

Custom header fields in NXOAuth2Request #132

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Custom header fields in NXOAuth2Request #132

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 9, 2014

Support for custom header fields when using the NXOAuth2Request class

@@ -61,7 +61,7 @@ - (NSString *)nxoauth2_URLEncodedString;
return (__bridge_transfer NSString *) CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, //Allocator
(__bridge CFStringRef)self, //Original String
NULL, //Characters to leave unescaped
CFSTR("!*'();:@&=+$,/?%#[]"), //Legal Characters to be escaped
NULL, //CFSTR("!*'();:@&=+$,/?%#[]"), //Legal Characters to be escaped
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not leave in commented out code. If you think this should be removed do so, otherwise remove the comment.

@mario
Copy link

mario commented Dec 28, 2014

What's happening for this pull request? For example, when requesting token I need content type set to: application/x-www-form-urlencoded and it looks like this PR fixes a few more issues.

@toto
Copy link
Contributor

toto commented Dec 28, 2014

Did you fix the things I commented on?

@XiangyuLi926
Copy link

Why this pr is not merged??

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

Successfully merging this pull request may close these issues.

3 participants