USGS-WiM / StreamStatsServices

StreamStats REST Services
https://streamstats.usgs.gov/streamstatsservices
Other
1 stars 0 forks source link

make sure exceptions are handled more elegantly, rather than throwing 500 for bad workspaceID #30

Open jknewson opened 7 years ago

jknewson commented 7 years ago

I accidently pasted a bad workspaceID in a service url builder and literally got the 500 error page html displayed. Suggest catching bad requests like this (e.g., ajax error handler) and displaying “Invalid Request” or similar instead of html.