Top "Get" questions

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

determine if server supports resume get request

How does one determine if a server supports resuming a file transfer or get request? My thoughts were to set …

http get http-headers download resume-download
InsecureRequestWarning: Unverified HTTPS request is being made in Robot Framework.

Hi I'm Using Robot Framework. I'm trying to send a Get Request but I get the following warning C:\Python27\…

get request robotframework insecure-connection
PHP Require and Include GET

I would like to require a file but also pass GET variables through the url, but when I write: <?…

php get require-once
Check whether email is subscribed to list in MailChimp API 3.0 using PHP

I've just read the following on the MailChimp website: MailChimp API v3.0 is now live! Prior versions will no longer …

php get mailchimp mailchimp-api-v3.0
How can I send two values with one button?

Is it possible to submit two values from one button? $orderby = $_GET['orderby']; <form action="mypage.php" method="get"&…

php forms get submit-button
Twitter API: How to get users ID, who favorite specific tweet?

I'm trying to get info about users, who added specific tweet to favorites, but I can't find it in documentation. …

get twitter favorites
POST vs GET method for a search form in CMS

I'm a bit stuck with one thing. Just can't make up my mind on whether to use POST or GET …

html architecture post get administration
Using tornado.httpclient.AsyncHTTPClient.fetch() to make a GET request along with parameters

As mentioned in the title, i want to make a asynchronous GET request using the fetch() method of AsyncHTTPclient. But, …

asynchronous get tornado
Forcing "Save As" dialog via jQuery GET

I'm calling a jQuery "GET" on the test.php file code below. I'm trying to get the script to pop …

php jquery get savefiledialog
How to set GET parameters with PyCurl?

I'm trying to make a GET request for a REST api using PycURL. I am able to successful make a …

python rest get pycurl