Top "Get" questions

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

How to get the category title in a post in Wordpress?

Say I have a post called Hello World in Wordpress and I'm directly viewing this page, how would I go …

wordpress get categories
Angularjs $http.get().then and binding to a list

I have a list that looks like this: <li ng-repeat="document in DisplayDocuments()" ng-class="IsFiltered(document.Filtered)"> <…

angularjs get promise
HTTP Get with 204 No Content: Is that normal

Is it a normal occurrence for an HTTP GET Request to have a response with status code 204 - No Content? …

google-app-engine http get http-status-codes channel-api
How to format a URL to get a file from Amazon S3?

I am having some trouble figuring out how to access a file from Amazon S3. Lets say that the bucket …

get amazon-s3
Tutorials for using HTTP POST and GET on the iPhone in Objective-C

I downloaded apple's demo for using HTTP POST and GET (Their sample app has a tabbar with different parts) and …

objective-c http post get
Python Web Crawlers and "getting" html source code

So my brother wanted me to write a web crawler in Python (self-taught) and I know C++, Java, and a …

python get web-crawler
Swift GET request with parameters

I'm very new to swift, so I will probably have a lot of faults in my code but what I'm …

ios swift get nsurlrequest
Characters allowed in GET parameter

Which characters are allowed in GET parameters without encoding or escaping them? I mean something like this: http://www.example.…

parameters get special-characters character
How to set timeout for http.Get() requests in Golang?

I'm making a URL fetcher in Go and have a list of URLs to fetch. I send http.Get() requests …

http get timeout go
How to send POST and GET request?

I want to send my JSON to a URL (POST and GET). NSMutableDictionary *JSONDict = [[NSMutableDictionary alloc] init]; [JSONDict setValue:"myValue" …

objective-c swift post get nsurlsession