Skip to main content

New answers tagged

0 votes

Curl command line encoding of query parameters for an HTTP PUT

Since December 2022, the proper solution is to use --url-query: curl -X PUT http://example.com/resource/1 --url-query "param1=value 1" --url-query "param2=value2" This parameter ...
bfontaine's user avatar
  • 21.6k
0 votes

Using the Google Maps API, how can I retrieve the name of a building with only the street address?

The Google Maps APIs, much like Google Maps itself, will return the address itself rather than a business at the address, when the query is the address. This is the intended behavior as explained in ...
miguev's user avatar
  • 4,937

Top 50 recent answers are included