protocol redirection

Hi, i want to redirect every https site requestes(443) to http (80) on the same site.
ex:
request to https://www.google.com will redirect to http://www.google.com
Is there any ideas to that through Mikrotik, please ?

Hi Alenzo,

Redirecting https (port 443) traffic to http (port 80) will simply stop the connection from completing as if a browser is making a connection on port 443 then it is expecting an encrypted connection and response and will fail if it does not receive the same.

Thanks omega for your response.
Then, there is no way to redirect port 443 to port 80 ?
Is there any benifit of usin Web proxy to do that?

Best regards