[Webkit-unassigned] [Bug 240477] New: Feature Request: Regular Expression Groups in Request Override Redirects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 16 14:06:04 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=240477

            Bug ID: 240477
           Summary: Feature Request: Regular Expression Groups in Request
                    Override Redirects
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: w0nka at mac.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 459452

  --> https://bugs.webkit.org/attachment.cgi?id=459452&action=review

Mock up of what capture groups might look like in request overrides.

Safari Technology Preview's Web Inspector offers "Request Local Overrides", which is particularly useful for routing production requests to a dev server for testing and debugging. This feature is great and almost allays my need to use Charles Proxy. One aspect that seems to be missing is that while you can use regular expression to override the headers on various matching requests (e.g. https://example.com/path.*), using them for redirection is hindered as there is no way to forward query strings that involve a unique IDs to the redirected host. I am thinking that supporting regular expression capture groups in the redirect might be a good solution, especially given regular expression is already being supported. If this is already supported, then I would request updating the documentation on the page below, which details the ability to use regular expressions in overrides, but not capture groups. Thank you. Ya'll are doing a great job.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220516/012751af/attachment.htm>


More information about the webkit-unassigned mailing list