ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.58k stars 187 forks source link

Regex Checker for debugging tools #1222

Open NghiaTranUIT opened 2 years ago

NghiaTranUIT commented 2 years ago

Problem

Some users have a really complicated Regex and it's pain in the ass when testing whether or not the Regex is matched with their URL.

For example:

  1. Create a Map Remote, Regex = ^(http|https)?:\/\/www\.google\.com. which map to a different domain.
  2. User calls a URL: https://google.com/user and doesn't know why the Regex is not working
  3. Waste a lot of time going back and forth to fix the Regex ❌

Solution

relrelway commented 2 years ago

Thank you!