Top "Http-get" questions

HTTP GET is a request method which should be used to retrieve data and should not change state of the server.

Custom Model Binder for ASP.NET MVC on GET request

I've created a custom MVC Model Binder which gets called for every HttpPost that comes into the server. But does …

c# asp.net-mvc http-get custom-model-binder
HttpClient execute keeps giving ConnectTimeoutException

I have this very big bug in my application that I really can't seem to solve. Whenever I make a …

android rest httpclient http-get connection-timeout
Get clipboard data

I'm trying to write a Javascript function to edit content from clipboard before pasting. Right now i got bound event …

javascript jquery clipboard http-get
Overload request headers and params with HttpClient get

In HttpClientModule, is there a method to pass headers and params to get request. import { HttpHeaders, HttpParams, HttpClient } from @angular/…

angular http-get angular-http angular-http-interceptors angular-httpclient
HttpURLConnection GET request with http-header "Accept"

I have read some relative questions, but unfortunately they do not answer my one, since I have specific requirements. Maybe …

java json httpurlconnection http-get
Passing a variable from [HttpPost] method to [HttpGet] method

I am redirecting the view from [HttpPost] method to [HttpGet] method. I have gotten it to work, but want to …

asp.net-mvc http-post http-get http-redirect
HTTP Get: Only download the header? (HEAD is not supported)

In my code I use some Http Get request to download some files as a stream. I use the following …

java apache http http-get
Play Framework: Redirect to controller method with arguments

I am building a web application with PLAY framework 2.2.1 and am trying to display all available http get query parameters …

java playframework http-get playframework-2.2
URISyntaxException - How to deal with urls with %

I am fairly new to Java and came across this issue. I tried searching but never got a correct answer. …

url http-get
Using grequests to make several thousand get requests to sourceforge, get "Max retries exceeded with url"

I am very new to all of this; I need to obtain data on several thousand sourceforge projects for a …

python http-get grequests