# Project 6

## What gave us a smile?

* The editor highlighting and completion worked pretty good and works with multiple files
* Mock server enabled by default


## What was confusing for us?

* Virtural tree was not working for some apis
* Slow switch between files on Arek's machine (Edge browser on Windows)
* "Paste" option not present in context menu after copying a text file
* Replay: validation in POST request body doesn't respect readonly fields
* Replay: `{server}` variable is reserved so we can break stuff
* Replay: http protocol can't be used inside variable
* Reset button doesn't reset body of request
* Mock server: 500 for POST requests no matter the payload
* Mock server: `id` in path parameter on GET request in not used in response
* Mock server: 500 response if noAuth selected instead of 401