Hi @Nikita_Fedorishchev ,
Thanks for your reply,
HTTPS related issue has been resolved But
when I run this URL from browser’s tab I got this response
response
{
“results” : [
{
“address_components” : [
{
“long_name” : “37716”,
“short_name” : “37716”,
“types” : [ “postal_code” ]
},
…
],
“formatted_address” : “Clinton, TN 37716, USA”,
“geometry” : {
“bounds” : {
“northeast” : {
“lat” : 36.2053809,
“lng” : -84.03294509999999
},
…
},
“location” : {
“lat” : 36.0995654,
“lng” : -84.16461629999999
},
“location_type” : “APPROXIMATE”,
“viewport” : {
“northeast” : {
“lat” : 36.2053809,
“lng” : -84.03294509999999
},
…
}
},
“partial_match” : true,
“place_id” : “ChIJi5VC3ds1XIgRxR93Jxz9AuY”,
“types” : [ “postal_code” ]
}
],
“status” : “OK”
}
But When I run API in backendless for the same URL I got this
response {
{
“outputData”: [
{
“data”: “GET /maps/api/geocode/json?&address=37716-4019&key=AIzaSyCHu7TLwnT-R21Gd2SCwB4rHGaQWJhIdq8 HTTP/1.1\r\nHost: maps.googleapis.com\r\nConnection: close\r\n\r\n”,
“encoding”: “latin1”
}
],
“_eventsCount”: 1,
“agent”: {
“_eventsCount”: 2,
…
"sockets": {
"maps.googleapis.com:443:::::::::::::::::::::": [
{
"_eventsCount": 9,
"ssl": {
"_parent": {
"reading": false,
"onconnection": null
},
...
},
"_events": {
"end": [
null,
null
],
"close": [
null,
null,
null
]
},
"_rejectUnauthorized": true,
...
"alpnProtocol": null,
"_writableState": {
"bufferedIndex": 0,
...
},
"_requestCert": true,
"_tlsOptions": {
"rejectUnauthorized": true,
},
"_host": "maps.googleapis.com",
"authorizationError": null,
"encrypted": true,
"_SNICallback": null,
"servername": null,
"_securePending": false,
"_readableState": {
"emitClose": false,
...
"buffer": {
"head": null,
...
},
"highWaterMark": 16384,
...
},
"connecting": true
}
]
},
"maxTotalSockets": null
},
"sendDate": false,
"aborted": false,
"_trailer": "",
"_header": "GET /maps/api/geocode/json?&address=37716-4019&key=AIzaSyCHu7TLwnT-R21Gd2SCwB4rHGaQWJhIdq8 HTTP/1.1\r\nHost: maps.googleapis.com\r\nConnection: close\r\n\r\n",
"_defaultKeepAlive": true,
"_removedConnection": false,
"_events": {},
"writable": true,
"_removedContLen": false,
"_hasBody": true,
"path": "/maps/api/geocode/json?&address=37716-4019&key=AIzaSyCHu7TLwnT-R21Gd2SCwB4rHGaQWJhIdq8",
"protocol": "https:",
"_contentLength": 0,
"reusedSocket": false,
"_last": true,
"_headerSent": true,
"host": "maps.googleapis.com",
"shouldKeepAlive": false,
"res": null,
"_removedTE": false,
"useChunkedEncodingByDefault": false,
"method": "GET",
"_ended": false,
"upgradeOrConnect": false,
"finished": true,
"chunkedEncoding": false,
"outputSize": 149,
"timeoutCb": null,
"destroyed": false,
"maxHeadersCount": null,
"parser": null,
"socket": null,
"_keepAliveTimeout": 0
}
}