You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that a url like "v1/test?someNumber=notanumber" would cause the user to get a bad request 400 response (as "notanumber" is not a positive number and as "someString" is missing) or at least cause some kind of error somewhere. But nothing happens. The request goes through, the object will be printed and 200 is returned.
Am I missing something here?
Kind regards Morten
The text was updated successfully, but these errors were encountered:
I have the following and are using v. 0.7.6 of routing-controllers:
I would expect that a url like "v1/test?someNumber=notanumber" would cause the user to get a bad request 400 response (as "notanumber" is not a positive number and as "someString" is missing) or at least cause some kind of error somewhere. But nothing happens. The request goes through, the object will be printed and 200 is returned.
Am I missing something here?
Kind regards Morten
The text was updated successfully, but these errors were encountered: