Rewriting HTTPS header

Hello! A quick question, is it possible to rewrite response header in http mode if users are connecting to HTTPS websites (I don’t have a certificate installed) ?

Thank you, and have an amazing day! :sunny:

No, you cannot change headers of a encrypted HTTPS session, unless you decrypt/terminate it first.

1 Like