Wed, 02/13/2019 - 08:58
#1
Identify successful GET that returns a map but the location parameters are not found
if i make a request with non-alphabet characters (such as '#%@#%#$%^#@') i recieve a 400 bad request back
However, if i make a request of nonsense alphabet characters (such as 'gdagrhraehre' or 'ffffffffffffffffffff'), I will get a 200 OK response, but the image returned is a map centered over the continental US.
Is there a way to identify the later case, so i can handle this geographically incorrect 200 response on the client end?
This situation arises when users input incorrect info.
Thanks!
Mikey
Thanks! it was a poor example to add % as a character in my failure req.
I will take your suggestion, and add better validation in my end as well.