I am currently using LittleProxy to add some headers to a request and forward it to a server using HTTP.
I have been trying to do the same for HTTPS calls but failing.
How can I achieve the same for both HTTP and HTTPS?
I am currently using LittleProxy to add some headers to a request and forward it to a server using HTTP.
I have been trying to do the same for HTTPS calls but failing.
How can I achieve the same for both HTTP and HTTPS?
Take a look at https://github.com/ganskef/LittleProxy-mitm You can then intercept https requests and add headers.
You have to set your LittleProxy as the endpoint of the TLS connection. So you then you can add your headers and then you can forward th connection to your web server.