Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Removed 'X-Requested-With' from header defaults in angular-seed #53

Closed
wants to merge 2 commits into from

Conversation

Sate
Copy link

@Sate Sate commented Feb 27, 2013

I just spent around an hour trying to figure out how to use http get with a simple third party api. The main problem was that this pull request angular/angular.js#1454 removed the 'X-Requested-With' header from angular master but not from the bundled angular in angular-seed. I can imagine a few other people were confused as I was, not realizing that angular-seed doesn't always have the latest changes!

@IgorMinar
Copy link
Contributor

I'm sorry to hear about the painful debugging.

angular-seed tracks the stable 1.0.x branch right now, which doesn't contain this change because it's a breaking change.

once 1.1.x matures into 1.2, angular-seed will be updated with it and will contain this (important) change.

@IgorMinar IgorMinar closed this Feb 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants