Top "Get" questions

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

PHP GET variable array injection

I've recently learned that it's possible to inject arrays into PHP GET variables to perform code execution? .php?a[]=asd&…

php security arrays get exploit
list wordpress posts from current category only

I'm attempting to create a second nav menu on my wordpress site. I want this to show links to all …

wordpress get posts
WCF Json GET Service: Check that the sender and receiver's EndpointAddresses agree

I've been working in .NET for a while now, but I'm new to WCF. I'm trying to create my very …

json wcf get endpoint
PHP MySQL $_GET Hack prevention

Possible Duplicate: Best way to stop SQL Injection in PHP If I were to use the $_GET function to retrieve …

php mysql security get urlvariables
HEAD request receives "403 forbidden" while GET "200 ok"?

after several months having the site disappear from search results in every major search engine, I finally found out a …

http-headers get bots head
Ajax GET url on error jqxhr

I have an ajax request which I am deliberately failing from my server side code to trigger the error handling …

jquery ajax get jqxhr
Future.get() gets interrupted always with an InterruptedException

I have a WEIRD problem with Future.get() in Java. It returns always with an InterruptedException, however the weird thing …

java null get future interrupted-exception
How to use ampersands in PHP GET URL variable (or function argument)?

I've got the following code (this is WordPress function) (example of wrong structure): <?php paginate_comments_links('prev_text=&…

php function variables get ampersand
GET request parameters with koa-router

http://localhost:3000/endpoint?id=83 results in 404 (Not Found). All other routes work as expected. Am I missing something here? router .…

node.js parameters get koa koa-router
Get request to Google Search

I'm trying to get HTML with search results from Google. With sending GET request for example to: https://www.google.…

google-chrome curl get google-search