Top "Get" questions

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

HTTP keep-alive timeout

Can I specify the HTTP timeout or does the server impose a value? For example, if I do: telnet my.…

http get timeout telnet keep-alive
MVC- How to get parameter value from get request which has parameter names including dot characters

In MVC, I know we can get parameters from a get request like this: Request: http://www.example.com/method?…

asp.net-mvc url parameters get asp.net-mvc-routing
Logout: GET or POST?

This question is not about when to use GET or POST in general; it is about which is the recommended …

architecture rest post get
Why doesn't requests.get() return? What is the default timeout that requests.get() uses?

In my script, requests.get never returns: import requests print ("requesting..") # This call never returns! r = requests.get( "http://www.…

python get python-requests
http HEAD vs GET performance

I am setting-up a REST web service that just need to answer YES or NO, as fast as possible. Designing …

http get head
How to set and get fields in struct's method

After creating a struct like this: type Foo struct { name string } func (f Foo) SetName(name string) { f.name = name } …

struct get set go
How to make an HTTP GET request manually with netcat?

So, I have to retrieve temperature from any one of the cities from http://www.rssweather.com/dir/Asia/India. …

http get netcat
jQuery: How to get parameters of a url?

New to jQuery and I'm having trouble getting the parameters of a url that my server generates. I have a …

jquery parameters get href param
404 error for Google Tag Manager

Google Tag Manager told me to put this underneath the opening body tag. <!-- Google Tag Manager --> &…

get google-tag-manager
How do you force a web browser to use POST when getting a url?

How do you force a web browser to use POST when getting a url?

html http url post get