Top "Get" questions

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

Passing $_GET parameters to cron job

I am new at cron jobs and am not sure whether this would would work. For security purposes I thought …

php linux get cron
Remove parameters within nginx rewrite

I'm rewriting URLs in nginx after a relaunch. In the old site I had query parameters in the URL to …

get nginx rewrite
Get size of Bitmap Android

Possible Duplicate: Bitmap byte-size after decoding? Is there anyway so I can get the size of this Bitmap?I've tried …

android bitmap get size bitmapfactory
RestTemplate GET request with request params

I have to call a REST webservice and I am planning to use RestTemplate. I looked at examples on how …

parameters get request rest-client resttemplate
PHP - Plus sign with GET query

I have a PHP script that does basic encryption of a string through the method below: <?php $key = 'secretkey'; $…

php get
How to access RESTful API via PHP

I'm pretty new to PHP and the whole thing of working with RESTful APIs. All I want to do at …

php rest get openstreetmap
How can I get the title of a webpage given the url (an external url) using JQuery/JS

I am a newbie, so excuse me if this is a silly question .. So what I was trying is to …

javascript jquery get title
Python-Scapy or the like-How can I create an HTTP GET request at the packet level

I am a moderate programmer, just getting into network programming. As an attempt to improve my understanding of networks in …

python http networking get scapy
Uncaught TypeError: Undefined is not a function on indexOf

I currently have this code to check the website URL GET options for a specific ID, but whenever this code …

javascript get typeerror indexof location-href
How to use Go with a private GitLab repo

GitLab is a free, open-source way to host private .git repositories but it does not seem to work with Go. …

git go get package gitlab