You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS : Darwin Kernel Version 23.3.0
mountebank : 2.9.1
Log contents in mb.log when running mb --loglevel debug
{"level":"info","message":"[mb:2525] mountebank v2.9.1 now taking orders - point your browser to http://localhost:2525/ for help","timestamp":"2024-02-23T01:37:56.412Z"}
{"level":"info","message":"[mb:2525] POST /imposters","timestamp":"2024-02-23T01:37:56.439Z"}
{"level":"info","message":"[http:2526 Xifin] Open for business...","timestamp":"2024-02-23T01:37:56.443Z"}
{"level":"info","message":"[http:2526 Xifin] ::1:58532 => POST /test/accession/generatetoken?orgalias=ORG_ALIAS","timestamp":"2024-02-23T01:37:59.192Z"}
{"level":"info","message":"[http:2526 Xifin] ::1:58534 => POST /test/patient/restful/checkPatientEligibility?orgalias=ORG_ALIAS","timestamp":"2024-02-23T01:37:59.403Z"}
The text was updated successfully, but these errors were encountered:
Duplicated from https://stackoverflow.com/questions/78044733/how-do-i-copy-a-request-object-to-the-response-in-mountebank
Expected behaviour
Request object properly injected into response. Eg:
...
Actual behaviour
String representation of request object injected into response. Eg:
...
Steps to reproduce
Use the following stubs config:
with the following request:
...
Software versions used
Log contents in mb.log when running mb --loglevel debug
The text was updated successfully, but these errors were encountered: