I have an Android application that uses URLConnection to connect to a REST service and gets some content. I am getting a ton of complaints that it doesn't work over a 4G connection like WiMAX, though it works fine over WiFi or 3G connections. Is there anything special I have to do before attempting the REST request to allow it to use the 4G connection? I am using Android 2.2.
PS: This is very hard to test as I only have Droid and a HTC Hero to work with.