-
Notifications
You must be signed in to change notification settings - Fork 216
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
base: develop
Are you sure you want to change the base?
Conversation
@@ -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 |
There was a problem hiding this comment.
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.
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. |
Did you fix the things I commented on? |
Why this pr is not merged?? |
Support for custom header fields when using the NXOAuth2Request class