httprequest - Having trouble performing a GET request -


im going through documentation using fusion table's api , having trouble executing http requests. example, copy , pasted request

get https://www.googleapis.com/fusiontables/v2/tables/1e7y6mtqv891111111111_aaaaaaaaa_cvwhg9gc 

into url bar. want see table

table id = "1e7y6mtqv891111111111_aaaaaaaaa_cvwhg9gc" 

instead, google search on above code.

any thoughts?

thanks in advance

you cannot copy paste "get" in address bar.

if see result of operation can paste

https://www.googleapis.com/fusiontables/v2/tables/1e7y6mtqv891111111111_aaaaaaaaa_cvwhg9gc 

to url bar browser "get" here.

for making post request may need use extension or tool postman simple "get" request do.

i request read on http get/post operations.

http://www.w3schools.com/tags/ref_httpmethods.asp


Comments