rpgreen / apigateway-generic-java-sdk

Simple generic Java client SDK for Amazon API Gateway endpoints
Apache License 2.0
24 stars 16 forks source link

Client seems to swallow 404 errors #6

Closed eranation closed 5 years ago

eranation commented 6 years ago

I seem to get a JSON parsing error vs the http error code (e.g. for requesting a non existent URL)

rpgreen commented 6 years ago

Can you post the raw response from API Gateway and the specific error you are seeing?

Usually it's a 403 with

{
"message": "Missing Authentication Token"
}

What would you expect the behavior to be in this case?

eranation commented 6 years ago

Will try and update soon

eranation commented 5 years ago

Didn't reproduce in a while, closing