Top "Httprequest" questions

HTTP Request is a message within a request/response sequence, according to HTTP specification.

How to get boolean value with requst getAttribute java?

How to get boolean value set as an attribute value in request. Consider the following snippet protected void doPost(HttpServletRequest …

java httprequest getattribute
Perl: Using HTTP::Request::Common to post with authentication

I tried to use HTTP::Request::Common to do a post to a URL. Unfortunately, it doesn't seem to work …

perl httprequest lwp
How to get String response from JSONObject in Volley

I have created JSONRequest by using volley, It successfully hits the service, I checked the service end, It receives the …

android android-layout httprequest android-volley android-json
How to add a custom header in Spring WebFilter?

I'm trying to add a custom filter before I invoke my REST Service. In this below class, I'm trying to …

spring httprequest spring-filter
How to send a POST request with JSON data using google api client library for java?

I'm trying to send a post request using the google api client library but not able to succeed. This is …

android json http-post httprequest google-api-java-client
What is the Blackberry PlayBook's user agent?

What is the User-Agent string for the Blackberry PlayBook's web browser?

blackberry httprequest user-agent blackberry-playbook playbook
How to implement SSDP / UPnP? Trying to use Sony's camera API

I'm a total beginner to HTTP requests, but I'd like to write a Python app that uses Sony's API for …

python http httprequest upnp ssdp
Angular 2 - Interpolation and binding with async http request

I'm new to Angular 2 and I'm facing a problem with async http request and binding with interpolation. Here's my component: @…

asynchronous binding httprequest angular string-interpolation
get a "raw" request\response from MITM Proxy

i', scripting mitm proxy (http://mitmproxy.org/index.html) to write HTTP and HTTPS request and responses to a file …

http python-2.7 httprequest httpresponse mitmproxy
New Line definition for HTTP/1.1 headers

I have an embedded system that makes a HTTP POST request, however I know that the headers must have a …

http-headers httprequest http-1.1