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.
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
Post a Comment