Alexa Custom Skill Development HTTP Error 405 in Response -


i developing custom skill in alexa, , trying return hard coded response on https service endpoint on port 8443 based on sample utterances , intent schema defined on amazon alexa console.

while testing alexa service emulator getting error there error calling remote endpoint, returned http 405 : method not allowed

while accessing endpoint url postmen below mentioned response

{"response":{"shouldendsession":true,"outputspeech":{"text":"all appliance working expected","type":"plaintext"}},"sessionattributes":{},"version":"1.0"} 

i finding hard understand doing wrong.

alexa pretty picky when comes hosting skills externally. sounds issue. can done, have follow rules alexa defines.

from docs

the service must support http on ssl/tls, leveraging amazon-trusted certificate.

the service must accept requests on port 443

for testing, amazon accepts different methods providing certificate. for details, see “about ssl options” section of registering , managing custom skills in developer portal.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -