Mockdoor 0.60.00-Preview Released

big update release for preview

This is the first major update. Allow has changed and been updated. development was on hold for quite some time but things were happening in the background. This is a preview because significant refactoring was just done and more testing is needed before considering it ready.

Here is a summary of the main changes:

  • Add fake delay simulation on mocks
  • Added ability to inject forwarding headers on microservice proxy requests
  • Renamed request to endpoint and groups to environments
  • Upgrade underlying packages and UI library to newer version
  • Added ability to pass through tenant on requests for url based tenant endpoints
  • Added import database from file 
  • Added failover proxy mode 
  • Many bug fixes
  • Many, many improvements to made development smoother and easier going forward

“docker run -d -p 44304:80 –name mockdoor mockdoor/server:0-60-00-preview”

Then navigate to http://localhost44304/swagger/ to see the new API documentation.

Injecting forwarding headers

You can now have mockdoor inject forwarding headers to requests sent in proxy mode

Simplified naming

Requests are not endpoints and groups are not environments to better reflect what they are and make it easier to understand

Failover proxy mode added

Added option to proxy by default but if that fails then use the latest mock instead.