December 2010
2 posts
2 tags
Preemptive HTTP Authentication with Android 2.2
Preemptive HTTP Authentication with Android 2.2 I just spend a good few hours trying to figure out why my Android application fails to communicate with a web service which requires preemptive Basic HTTP Authentication. Here’s an example code for anyone else on the same quest: String auth = android.util.Base64.encodeToString( (username + ":" + password).getBytes("UTF-8"),...
Dec 29th
1 tag
My name is Mäkinen, Veikko Mäkinen
Sometimes it’s not easy to be a Finn with weird characters in my surname… On 18.12.2010 20:22, devenroll@apple.com wrote: > Please include the line below in follow-up emails for this request. > > Follow-up: XXXXXXXXXXX > > Re: iOS Developer Program > > Dear Mr Makinen, > > We are currently in the process of reviewing your iOS Developer > Program enrolment...
Dec 19th