Intercept Ajax calls in UIWebview - iOS

footyapps27 picture footyapps27 · Feb 24, 2014 · Viewed 6.9k times · Source

I have a UIWebView in my application. The website I am loading uses Ajax for making service calls.

I want to intercept Ajax calls made by the web content inside the UIWebview.

Is there anyway this can be achieved?

Answer