brookshi / Hitchhiker

a Restful Api test tool
http://www.hitchhiker-api.com
Other
2.19k stars 400 forks source link

Chrome plugin used to debug localhost service #96

Open brookshi opened 6 years ago

brookshi commented 6 years ago

As a developer, sometimes we need debug our api in localhost for development, but localhost for Hitchhiker is refer to server's IP, so we need a chrome plugin to get actual request from Hitchhiker and send it to localhost.

vmvz commented 6 years ago

Yapi有开源的类似插件可以参考

https://github.com/YMFE/cross-request

brookshi commented 6 years ago

嗯,想法我已经有了,只是时间问题