Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from smilingpoplar/patch-1
Browse files Browse the repository at this point in the history
fix UA registeration problem
  • Loading branch information
mattt committed Jan 22, 2013
2 parents 03970eb + 3ac9285 commit 2020967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orbiter/Orbiter.m
Expand Up @@ -174,7 +174,7 @@ - (id)initWithBaseURL:(NSURL *)baseURL
return nil;
}

[self.HTTPClient setDefaultHeader:@"Accept" value:@"text/plain"];
[self.HTTPClient setDefaultHeader:@"Accept" value:@"*/*"];

return self;
}
Expand Down

0 comments on commit 2020967

Please sign in to comment.