Top "Get" questions

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

Shorthand Accessors and Mutators

I am learning C#, and am learning about making fields private to the class, and using Getters and Setters to …

c# get set encapsulation shorthand
PHP URL decode GET

I have been using URL decode on encoded URL variables from $_get. The current problem I am facing is I …

php get decode urlencode urldecode
How do i pass GET parameters using django urlresolvers reverse

I am using django 1.2 and going from one view to another using the urlresolvers reverse method. url = reverse(viewOne) and …

django get reverse
Why is the GET method faster than POST in HTTP?

I am new to web programming and just curious to know about the GET and POST methods of sending data …

http post get
Set headers on get request angular 2

I try to set an Authorization header to a GET request to authenticate users to a rest API. I'm using …

angular get header xmlhttprequest http-status-code-406
Get Text From <option> Tag Using PHP

I want to get text inside the <option> tags as well as its value. Example <select name="…

php text get option
post and get with same method signature

In my controller I have two actions called "Friends". The one that executes depends on whether or not it's a "…

asp.net-mvc post controller get asp-net-mvc-1
Handling input with the Zend Framework (Post,get,etc)

im re-factoring php on zend code and all the code is full of $_GET["this"] and $_POST["that"]. I have …

php zend-framework post input get
File uploading using GET Method

As we all know, file uploading is most often accomplished using POST method. So, why can't the GET method be …

post file-upload upload get
How to send a getForObject request with parameters Spring MVC

I have a method on the Server side which gives me information about an specific name registered in my database. …

android rest spring-mvc get resttemplate