dukeofharen / httplaceholder

A very flexible cross platform HTTP stub application.
MIT License
109 stars 4 forks source link

Feature/requests bug #308

Closed dukeofharen closed 1 year ago

dukeofharen commented 1 year ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Whenever, for some reason, for a request the request parameters were not saved (e.g. the request paramaters are NULL), the "request overview" endpoint just returns a 500.

What is the new behavior?

A NULL check is performed before returning the results now. The UI can handle the NULL response just well.

Does this introduce a breaking change?