janicepeafowl
New Member
I am working on a Web based application where the user interface is made using Jquery and the backend was developed using Java / Java EE.On the user interface once I click on the submit button, the request goes and the response comes from the back end. (This is not an AJAX call)Is it possible to see what data went as request and how the response came back from the back end? Are there any such tools to view the request / response if it's not an AJax Call?By the way I am using Chrome and Apple browsers.