#How do i catch an http req/resp made somewhere in my app

2 messages · Page 1 of 1 (latest)

oblique kestrel
#

The app is angularjs/angular hybrid. the http call I want to "catch" are called on the angularjs side. I need to do some data manipulation on the angular side when that specific api is called.

sturdy jay
#

Maybe save the reference from a specific http service to a global variable under window. This is very dirty, but you could access this service from everywhere.