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.

How do I issue an HTTP GET from Excel VBA for Mac

I need to issue an HTTP Get with a query string to a web service from Excel for Mac 2011. I've …

excel vba macos http-get
Web Api 2 - How to return an image (MemoryStream from Azure Storage) from a HTTPGET without saving to disk?

I'm using Web Api 2 with C# and Azure, and having issues with how to return the image (base from Memorystream) …

c# angularjs asp.net-web-api2 http-get memorystream
What are the advantages of using a GET request over a POST request?

Several of my ajax applications in the past have used GET request but now I'm starting to use POST request …

ajax http http-post protocols http-get
How to validate and sanitize HTTP Get with Spring Boot?

I keep getting this annoying error from Checkmarx code scanner, Method getTotalValue at line 220 of src\java\com\example\PeopleController.…

validation spring-boot http-get checkmarx
Use HttpGet with illegal characters in the URL

I am trying to use DefaultHttpClient and HttpGet to make a request to a web service. Unfortunately the web service …

java http httpwebrequest httpclient http-get
A bit confused about HttpClient[Java] handling gzip responses

My application makes a http request to some api service, that service returns a gzipped response. How can I make …

java gzip apache-httpclient-4.x http-get
Apache HttpClient in Java, instream.toString = org.apache.http.conn.EofSensorInputStream

I am GETting a page with Apache HttpClient and I want to store the server reply's http body into a …

java httpclient inputstream http-get
Hit a bean method and redirect on a GET request

I'm using JSF 2 and PrimeFaces 2.1 on GlassFish. I have a page that is intended to allow people to perform an …

jsf jsf-2 query-string http-get method-invocation
ASP.NET MVC C# Get controller and action name in class

I'm pretty much new to StackOverflow so please forgive any signs of my ignorance. :) I have a somewhat minor issue …

c# asp.net-mvc http-get asp.net-mvc-controller
Send a GET request with a body in JavaScript (XMLHttpRequest)

I have to interact with an API that takes parameters from the body of a GET request. I know this …

javascript ajax rest xmlhttprequest http-get