Should be able to overwrite url in `addFullRequestInterceptor`
headers: The headers to send
params: The request parameters to send
element: The element to send
httpConfig: The httpConfig to call with
Why url is missing?
It would be nice to have it.
+1
Yes I agree. Does anyone have an answer? Thanks for the help!
I haven't tried it but maybe it can be implemented using $http interceptors. It's not great to intercept all requests (including Angular's) though. In my case, I ended up refactoring my server side URLs to use params instead.
+1
Anything new about this?
Because I can't modify the url with addFullRequestInterceptor I'm using $httpProvider.interceptors instead 😞
As has already been stated, this isn't currently supported. If you'd like to add support, please feel free to submit a PR, however, due to the high volume of issues and PRs, I have no guarantee that it will be merged in soon 😢