dialogflow-nodejs-client icon indicating copy to clipboard operation
dialogflow-nodejs-client copied to clipboard

working form behind a http proxy

Open amitjagtap opened this issue 7 years ago • 1 comments

Is it possible to use the API from behind a http proxy ?

I recieve the following error -

Debugger attached. ERROR: { Error: Connect Failed at ...\node_modules\grpc\src\client.js:554:15 code: 14, metadata: Metadata { _internal_repr: {} } }

amitjagtap avatar Jan 20 '18 21:01 amitjagtap

The service must use HTTPS and the URL must be publicly accessible. https://dialogflow.com/docs/fulfillment

jliukai avatar Jul 03 '18 18:07 jliukai