Top "Get" questions

GET is one of many request methods supported by the HTTP protocol.

REST API GET with sensitive data

I'm designing api with method that should be an idempotent, and should not modify any data on the server. It …

rest http encryption get idempotent
Get URL and parameters with SSI

I have to get URL and parameters with SSI (only with SSI), but I can't find any solution. For example: …

url parameters get ssi
How this GET response Content-Length calculate?

The Response headers is: HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Content-Encoding: gzip Vary: Accept-Encoding Server: Microsoft-IIS/8.0 X-AspNetMvc-Version: 4.0 …

http get http-content-length
Sending an mcrypt-encrypted string via a URL parameter - decoded text is mangled

I'm messing with a simple authorization scheme. I think the easiest way to do it without SSL or other HTTP …

php ajax get mcrypt
std::get using enum class as template argument

I'm using a std::tuple and defined a class enum to somehow "naming" each of the tuple's fields, forgetting about …

c++ get c++11 tuples enum-class
c#: with a Handler(.ashx) get post send with javascript

I am trying to get a string from a textbox in a .aspx page. When I debug my site jQuery.…

c# asp.net get handler ashx
Simple angularJS GET function with localhost not working

I have a very simple Spring Rest backend that returns JSON data. The restful URL is working in my browser …

javascript angularjs get spring-4
Add code to C# get/set of property without needing backing field?

You know how you can have a property that automatically generates a backing field? Like if I go: public String …

c# properties get set field
How to get part of path using linux commands

Need get part of path, for example "/home/server/folder1/rev.1111/bin" Needed part is "rev.1111" I`ll try to …

bash path get pwd
asynchronous HTTP request in java

How to send asynchronous HTTP GET/POST request in java without waiting/reading response ?I don't want to use any …

java http post get urlconnection