darklexus2k9 Posted March 9, 2013 Share Posted March 9, 2013 Ok i have a small java application that connets to a site and database it is used to loginto the application as well as connect to the site and get other thing but is there a way for me to moniter or see the requests like you would for a browser and http requests ? Link to comment https://forums.phpfreaks.com/topic/275430-finding-out-what-data-is-sent-from-and-to-java-application/ Share on other sites More sharing options...
deadlyp99 Posted March 28, 2013 Share Posted March 28, 2013 To me this screams packet sniffer. http://www.wireshark.org/ Pretty good one, though I have not personally used it in a few years. It's worth noting though, that since your application sends and receives data, you could just have it log all data it sends and receives... Link to comment https://forums.phpfreaks.com/topic/275430-finding-out-what-data-is-sent-from-and-to-java-application/#findComment-1421662 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.