YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Sending NULL through API urls causes strange behavior #116

Open vmaresca opened 3 years ago

vmaresca commented 3 years ago

Certain api's have parameters sent through the url. When these are set to null, which you can do by sending %00 in place of the parameter, Postman will return a blank response with the wrong return code being 200.