J2ME - HTTP Test Utility

HTTP Test utility has been written in J2ME as a learning exercise. It is generic application based on CLDC 1.0 and MIDP 1.0, so it should work on most Java enabled mobiles (I have tested it only on my Siemens MT 50).

Features:
  • Sends HTTP GET request to given address
  • Displays details about response - code, all headers, and beginning of response content
  • Contains history of last URLs used, history persists during application invocations (utilizing RecordStore class)
  • Can be used to check status of web from mobile or to get web server info
Download

To download it into your mobile (OTA) use link to this JAD file. You can also download application jar file and application source.


Last site update on 30/08/2013