actions-on-google / dialogflow-transactions-nodejs

Physical transactions sample (using Dialogflow) in Node.js
Apache License 2.0
67 stars 43 forks source link

Change to use SSL when calling Conversations API #1

Closed aotarola closed 7 years ago

aotarola commented 7 years ago

It looks like SSL is required when sending POSt request to Conversations API, otherwise the following error returns:

{ 
  "error": { 
     "code": 403,
     "message": "SSL is required to perform this operation.",
     "status": "PERMISSION_DENIED" 
  } 
}
googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


aotarola commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!