Pinned Loading
-
-
-
alexa.go
alexa.go 1// Middleware provides an http.Handler that verifies an incoming request as coming from the Alexa
2// web service using the steps described at https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-a-web-service.html#manually-verify-request-sent-by-alexa
3// Note: validation requires an HTTP GET of an Amazon certificate. Configure the middleware with an
4// http.Client to have some control over the fetch.
5package alexa
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.