Top "Httprequest" questions

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

Java - DefaultHttpClient and "Host" header [Apache HttpComponent]

I'm submitting multiple HTTP Requests via a DefaultHttpClient. The problem is that the "Host" header is never set in the …

java header httprequest host apache-httpcomponents
Get original url without non-standard port (C#)

First question! Environment MVC, C#, AppHarbor. Problem I am calling an openid provider, and generating an absolute callback url based …

c# asp.net-mvc port httprequest appharbor
javascript XMLHttpRequest open php file and execute more javascript

I have a main page, call it Main.php. On this page, is a button that when clicked, sets a …

php javascript ajax httprequest activexobject
How to store and reuse cookies in Postman?

I'm using Postman to test and play with an API. For the login url, the API requires sending a POST …

cookies httprequest session-cookies postman
django - HttpRequest object has no attribute 'session'

I can't seem to get sessions working. Django complains that HttpRequest objects have no attribute called 'session'. In the documentation …

django session httprequest django-unittest
Get Plain HTML from HTTP Requests

I'm working on a grails app and for several hours already have been trying to get html code from a …

groovy httprequest grails-2.0 httpbuilder
respond to http request with json object in portlet

I am a beginner in liferay portlet development and I am developing a portlet that receives a http get request, …

json liferay httprequest portlet
How to count failed requests with jmeter

I am running JMeter and I want a count of all the failed requests that either timed out, or, just …

httprequest jmeter stress-testing
get the PDF from a URL and push it to the clients browser for download

I have PDFs mounted on an external server. I have to access them in my Java servlet and push them …

java http httprequest httpurlconnection urlconnection