Cloak icon indicating copy to clipboard operation
Cloak copied to clipboard

Implementation of fake http headers on requests in client.

Open gokaybiz opened this issue 2 years ago • 3 comments

My isp currently only works with http payloads trick. How can i combine this with sni/tls method on cloak?

Or dear @cbeuw, can you update source for this?

For reference: https://apps.evozi.com/httpinjector/

gokaybiz avatar Feb 26 '22 21:02 gokaybiz

Has you ISP blocked all HTTPS (TLS) connections? Cloak doesn't acutally generate any HTTP requests, it just wraps whatever comes to it in an HTTPS (TLS) session. So unfortunately if no HTTPS connection can go through (which would be very heavy-handed in 2022) then Cloak wouldn't function. It isn't an HTTP proxy (though of course you can route an HTTP-based proxy through it)

cbeuw avatar Feb 26 '22 21:02 cbeuw

Actually I'm using for free/cheap internet, in mobile operators. My mobile carrier handling this situation with whitelisting ips. Can you suggest something about bypassing that?

gokaybiz avatar Mar 06 '22 11:03 gokaybiz

@gokaybiz did you find anything about the ip?

draccurate avatar Sep 04 '22 19:09 draccurate