|
Kev's Development Toolbox |
|
| Development Utils: | Back |
| Http Request Viewer |
| Overview | ||||||
| Listens on a socket for incoming Http requests and displays the received Http Request Headers
|
||||||
| Description | ||||||
|
This app is useful for inspecting the headers being sent from a device (eg mobile/wireless device) or any other browser. This is useful if you are developing an app to
|
||||||
| Running the app | ||||||
|
Run the app from the jar: java -jar httpdisplay.jar [portnumber] - where [portnumber] is the port you want the tool to listen on for requests (eg 80, or 8080), eg java -jar httpdisplay.jar 80 |
||||||
| Interesting Features | ||||||
| ||||||
| Limitations | ||||||
|
The app currently does not return an HTTP response back to the calling app, so eventually the caller
will time out. The request is still displayed in the app (see screenshot below)
|
||||||
| Screenshots: | ||||||
|
1. Main application window
|