如何在angularjshttp服务中将查询参数作为参数传递。我的控制器代码是: 'officeJndi': officeJndi
}, function (response"limitFrom") final int limitFrom,@QueryParam(value = "noOfRows") final int noOfRows
我知道我可以使用以下命令访问AngularJS中的HTTP请求的GET参数 $location.search().parameterOfInterest 但是我如何访问请求的HTTP头呢?我在这里没有使用$http。我正在询问有关AngularJS网页的请求。这个问题和答案让我相信这是不可能的:Accessing the web page's HTTP Headers in JavaScr