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.

angularjs: $http basic authentication

I tried angular.js and started with a web-ui for a restful api (using http basic auth). It is really …

angularjs http-authentication basic-authentication angularjs-http
Angular JS TypeError: $http is not a function

I have read through all the posts where people get this issue where $http is not a function, and it …

javascript angularjs promise angularjs-controller angularjs-http
How can we test non-scope angular controller methods?

We have few methods in Angular Controller, which are not on the scope variable. Does anyone know, how we can …

angularjs jasmine karma-runner angularjs-controller angularjs-http
use $http.get in a service/factory to return a collection

I try to use a http.get promise in an angularjs service, do some manipulation on the obtained collection and …

javascript angularjs angular-promise angularjs-factory angularjs-http
Pushing or Unshifting into the transformRequest array of $http (non-global)

See the accepted answer to here for a pretty good explanation on the transFormRequest function/array. In the answer's last …

angularjs angularjs-http
AngularJs get blob with $http.get and extract type from response

I have webApi return me a blob file that I have to display. how can I know what type is …

angularjs angularjs-http
AngularJS $http POST withCredentials fails with data in request body

AngularJS authenticates against server side using REST, and gets the JSESSIONID cookie. In the next step I am trying to …

rest session-cookies cors preflight angularjs-http
Building OData $filter URLs with an Angular provider

I have an angular provider for querying an OData service. Now I'm trying to build a $filter function onto that …

javascript arrays angularjs odata angularjs-http
AngularJS API call error with $http GET

I'm trying to create a simple app using Angular that will consume my API. I'm using a VM to run …

javascript angularjs api angularjs-service angularjs-http
AngularJS, $http.get() and "controller as"

I'm pretty new to the whole AngularJS world and how it works, however I am struggling to get it working …

javascript angularjs angularjs-http