Top "Angularjs-http" questions

AngularJS tag for $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.

How do I POST urlencoded form data with $http without jQuery?

I am new to AngularJS, and for a start, I thought to develop a new application using only AngularJS. I …

javascript jquery angularjs ajax angularjs-http
The 'Access-Control-Allow-Origin' header contains multiple values

I'm using AngularJS $http on the client side to access an endpoint of a ASP.NET Web API application on …

asp.net-web-api cors angularjs-http
Using success/error/finally/catch with Promises in AngularJS

I'm using $http in AngularJs, and I'm not sure on how to use the returned promise and to handle errors. …

angularjs promise angularjs-http
AngularJS not detecting Access-Control-Allow-Origin header?

I am running an angular app on a local virtualhost (http://foo.app:8000). It is making a request to another …

angularjs angularjs-http
AngularJS Uploading An Image With ng-upload

I am trying to upload a file in AngularJS using ng-upload but I am running into issues. My html looks …

javascript angularjs angularjs-http angularjs-fileupload
SyntaxError: Unexpected token o at Object.parse (native) AngularJS

Question from AngularJS noob. I am trying to use an asmx web service to display grid. I tested the web …

javascript json angularjs angularjs-http
Error with $http.get in angularJS -- Success not a Function

Getting this error: angular.min.js:122 TypeError: $http.get(...).success is not a function at getUserInfo (app.js:7) at new (…

angularjs angularjs-http angularjs-1.6
AngularJS : returning data from service to controller

I am trying to create a service to get json and pass it to me homeCtrl I can get the …

angularjs angularjs-service angular-promise angularjs-factory angularjs-http
Why are AngularJS $http success/error methods deprecated? Removed from v1.6?

The AngularJS documentation has a Deprecation Notice for the $http success and error methods. Is there a specific reason this …

angularjs angularjs-http angularjs-1.6
TypeError: (intermediate value)(intermediate value).success is not a function (angular)

I have difficulties understanding this error... I dont quite understand why its not a function.... angular.module('mkApp').factory('mkService', …

javascript angularjs angularjs-scope angularjs-controller angularjs-http