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

Fixes HTTP redirect issues when posting a second time #92

Merged
merged 6 commits into from Jul 10, 2016

Conversation

matej
Copy link
Contributor

@matej matej commented Jul 1, 2016

Fixes #91
Fixes #89 (again)

Deletes all rdar cookies before authenticating. Should fix HTTP redirect issues when posting a second rdar without first restarting the app.

Note that just deleting the "myacinfo" cookie already seems enough to get it working, but decided to purge everthing in case this changes again in the future.

matej added 5 commits July 1, 2016 08:55
Deletes all rdar cookies before authenticating. Should fix HTTP redirect issues when posting a second rdar without first restarting the app. Note that just deleting the "myacinfo" cookie already seems enough to get it working, but decided to purge everthing in case this changes again in the future.
#if 0
dispatch_sync(dispatch_get_main_queue(), ^{
self.submissionStatusValue = submissionStatusFailed;
completionBlock(NO, [NSError errorWithDomain:@"QRDebugDomain" code:0 userInfo:@{NSLocalizedDescriptionKey: @"Manaully canceled in `submitAsyncWithProgressBlock:`!"}]);

Choose a reason for hiding this comment

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

s/Manaully/Manually/ 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Fixed.

@amyworrall amyworrall merged commit f2d554e into amyworrall:master Jul 10, 2016
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.

Unable to post: too many HTTP redirects Getting "Too many HTTP redirects" when attempting to file radars
3 participants