remove-https example forwards all the HTTPS request as HTTP requests,
effectively removing the https schema from the requests.
This example shows you how you can rewrite the request URL, when
needed.
This is important because shows you how to effectively use MITM, to
intercept the request and read its data.