tags:

views:

73

answers:

1

Does anyone know how to do this?

+1  A: 

Just from reading the source, it looks like you're supposed to call http.client.params.setParameter("User-Agent","Cowbells") on your Http object. Have you tried this?

Mitch Blevins