<$http.post('http://localhost:8383/HTML5Application1/',{text:'Hello'},{params:{id:'5'}});>
I m new to angularJS and http request's , when I'm posting this request and checking the same in Chrome dev tool ,err_empty_request error is coming.
Can any one guide what I'm doing wrong ?