Aconex / drakov

Mock Server that implements the API Blueprint specification
MIT License
481 stars 115 forks source link

Can not match body request when Content-Type is x-www-form-urlencoded #174

Open fenceer opened 7 years ago

zqhong commented 7 years ago

It like must entirely match the body. Try to use cURL to test this.

b1f6c1c4 commented 6 years ago

+1 This is troublesome because matching the entire body (keys and values) is useless as a mock server. It should match keys only.