mwinteringham / wiremock-chrome-extension

A simple chrome extension for Wiremock
MIT License
21 stars 4 forks source link

Feature: Should provide Network Proxy to local wiremock server #13

Open lanshunfang opened 5 years ago

lanshunfang commented 5 years ago

I need to hijack all network requests started with path /v1/ to my local wiremock server http://localhost:8080 for my live website.

I managed to do this via https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?hl=en

Why not just integrate the Network Proxy feature with WireMock Chrome Extension?