This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Feature request: x-www-form-urlencoded POSTs should be easier to do #1743
Closed
Description
It shouldn't require a work-around to get the behavior that nearly every web service on the internet expects. Angular already depends on (a subset of?) jQuery, and jQuery does this behavior by default, which means using the $http service is a bit of a downgrade. I expect most users will get frustrated and ditch it before they stumble across this post on the mailing list. At the very least, the content of this post should be included in the documentation.
There was an issue for this before, but it got closed when $xhr was renamed to $http. That didn't resolve the issue.