Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman Version 2.18.0 (21800)
macOS Version? (Ex. mac 10.14)
macOS 11.2.1 (20D74)
Steps to reproduce
- Add
cloudfunctions.net Wildcard to SSL Proxy List - you will see that cloudfunctions.net* gets added....
- Add
cloudfunctions.net Wildcard to Allow White List, make sure Include all Subpaths of this url is checked.
- Curl the following and notice Proxyman does not capture the result.:
curl "https://us-central1-test.cloudfunctions.net/sendLogTest"
- Remove the
cloudfunctions.net* Wildcard entry from SSL Proxy List and add *.cloudfunctions.net*.
- Modify the
cloudfunctions.net Wildcard entry from Allow List to be *.cloudfunctions.net*.
- Perform step 3 again and notice the request is now captured.
Expected behavior
Proxyman should capture the request when entering SSL Proxy List and Allow List Wildcard domain to be cloudfunctions.net result without having to add *.cloudfunction.net* as a Wildcard which will work. Entering that is pretty much entering a Regex, the user expects that cloudfunction.net for both SSL Proxy List and Allow white list should capture this scenario.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman Version 2.18.0 (21800)
macOS Version? (Ex. mac 10.14)
macOS 11.2.1 (20D74)
Steps to reproduce
cloudfunctions.netWildcard to SSL Proxy List - you will see thatcloudfunctions.net*gets added....cloudfunctions.netWildcard to Allow White List, make sureInclude all Subpaths of this urlis checked.cloudfunctions.net*Wildcard entry from SSL Proxy List and add*.cloudfunctions.net*.cloudfunctions.netWildcard entry from Allow List to be*.cloudfunctions.net*.Expected behavior
Proxyman should capture the request when entering SSL Proxy List and Allow List Wildcard domain to be
cloudfunctions.netresult without having to add*.cloudfunction.net*as a Wildcard which will work. Entering that is pretty much entering a Regex, the user expects thatcloudfunction.netfor both SSL Proxy List and Allow white list should capture this scenario.