UMM-CSci-3601 / 3601-lab2_client-server

The starter code for CSCI 3601 Lab 2, client and server technologies.
MIT License
0 stars 4 forks source link

Have the server return a bad request error if there are unknown query params #319

Open NicMcPhee opened 7 months ago

NicMcPhee commented 7 months ago

We should probably return some kind of error if there are unknown query params instead of just quietly ignoring them as we do now.