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
I don't believe the plugin do anything funny with the headers so it is probably traceable in your code.
You can try the demo page code and send a custom header to see if it's being sent correctly.
So I tried everything now, copied your exact demo code, tried a blank request with the angular $http and more, but everytime I get the same "403 (Permission denied)".
If I try the same request with a tool to test REST services it works fine.
I am kinda desperate by now and don't see anything wrong in my code or something. Am I setting the authorization header wrong?
Hi there,
I am trying to upload an image to imgur with this code which I derived from #88 but I always get
403 (Permission Denied)
Here is my code in the controller so far:
And here a screenshot of the request in the Chrome network panel. I noticed the authorization header is different there.
![capture](https://cloud.githubusercontent.com/assets/1738309/5049052/60892868-6c1a-11e4-93f3-798d0982ab18.PNG)
The text was updated successfully, but these errors were encountered: