You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I am using your code and it's working (almost) perfectly.
I have a httpInterceptor that intercepts all ajax requests and adds the Authorization header.
When I use the image upload button in redactor, it doesn't get intercepted - is there a way for your plugin to alter those requests to use angular's $http rather than the standard xhr?
The text was updated successfully, but these errors were encountered:
Hi - I am using your code and it's working (almost) perfectly.
I have a httpInterceptor that intercepts all ajax requests and adds the Authorization header.
When I use the image upload button in redactor, it doesn't get intercepted - is there a way for your plugin to alter those requests to use angular's $http rather than the standard xhr?
The text was updated successfully, but these errors were encountered: