LanceGin/Mockman

[Bug] Does not accept Body other than application/json and multipart/form-data

uniibu opened this issue · 1 comments

Mockman does not accept a valid body request unless the content-type of the request is application/json or multipart/form-data.

At the very least, it should also accept request's body which content-type is application/x-www-form-urlencoded. Check the screenshot below:
image

Version 1.0.3 has solved this problem.