aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes possible to intercept an Ajax response Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "possible to intercept an Ajax response" Watch "possible to intercept an Ajax response" New topic
Author

possible to intercept an Ajax response

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 299
Hi,
Is it possible to intercept an AJAX response using a Java Filter or anything else?

Thanks.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

An HTTP request made via Ajax is just another request like any other. So, yes, from the server point of view, there is no difference from any other request and a servlet filter can be used.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: possible to intercept an Ajax response
 
Similar Threads
How to Download a File
Share data between jsp and servlet without using request or session
Ajax instead of refreshing page
Export to xls file - Download file using AJAX
How to capture a respnse object