How to automatically modify https url to http url while intercepting using Burp Suite.
Below is the attempt made, but url is still being used as “https”
have tried replacing header as “^Host: foo.example.org$” to “Host: localhost:4000” where header is being updated, but need to update URL as well.
Thanks