Top "Httprequest" questions

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

URL encode variable in Jmeter

I need to encode a variable in Jmeter, but it isn't a parameter. For example: URL path: /folder/guest/id;…

url automation httprequest jmeter
Set timeout for HTTPClient get() request

This method submits a simple HTTP request and calls a success or error callback just fine: void _getSimpleReply( String command, …

api flutter dart callback httprequest
DownloadStringAsync wait for request completion

I am using this code to retrieve an url content: private ArrayList request(string query) { ArrayList parsed_output = new ArrayList(); …

c# asynchronous request httprequest downloadstring
Python 3 urllib.request.urlopen

How can I avoid exceptions from urllib.request.urlopen if response.status_code is not 200? Now it raise URLError or …

python exception httprequest urllib python-3.4
How to build a http post request with the correct entity with Java and not using any library?

How should I build the entity to achieve this post request? POST https://picasaweb.google.com/data/feed/api/user/…

java http post httprequest picasa
Requests — how to tell if you're getting a success message?

My question is closely related to this one. I'm using the Requests library to hit an HTTP endpoint. I want …

python http python-requests httprequest http-response-codes
How do I convert an HttpRequest into an HttpRequestBase object?

My problem is the opposite of this: How do I convert an HttpRequestBase into an HttpRequest object? In my ASP.…

asp.net-mvc httprequest
How to fix the HTTP Response splitting vulnerability with ESAPI

after a recent findbugs (FB) run it complains about a: Security - HTTP Response splitting vulnerability The following code triggers …

java servlets security httprequest esapi
REST: HTTP headers or request parameters

I've been putting in some research around REST. I noticed that the Amazon S3 API uses mainly http headers for …

http rest http-headers httprequest
What is the difference between HTTP parameters and HTTP headers?

I read this question but it didn't answer my question. To me Headers and Parameters are both dictionaries with the …

swift http http-headers httprequest http-parameters