boyney123 / mockit

A tool to quickly mock out end points, setup delays and more...
https://mockit.netlify.com/
MIT License
1.58k stars 84 forks source link

See incoming request log #110

Open denisvitez opened 2 years ago

denisvitez commented 2 years ago

Hi,

I'm wondering if it's somehow possible to see the requests that came into the Mockit instance. This is one of the features that similar services have and it's something that I need in order to see what data are clients sending to the API. I know this is not possible via GUI at the moment, but are there maybe some log files where request data is getting logged?

BR, Denis