aws-samples / amazon-cognito-developer-authentication-sample

Apache License 2.0
99 stars 50 forks source link

Connecting With API GateWay #3

Closed somebodyoncetoldme207 closed 8 years ago

somebodyoncetoldme207 commented 8 years ago

HI I've been trying to connect to endpointurl /registeruser by using an AWS Gateway API.

i set my query string in AWS Gateway API and my request looks like this endpointurl/registeruser/?username=newuser&password=newuser

The request works if i paste the url into a browser but when I test it with AWS Gateway API it responds with the error screen. Is there something im missing with aws gateway api? some sort of certificate that i am missing?

somebodyoncetoldme207 commented 8 years ago

Fixed it. If interested see: http://stackoverflow.com/questions/35372285/amazon-gateway-api-and-java/35373376#35373376