Website doesn’t provide cookie (csrf token) when connecting over proxy. Why/how?
The Python code below should grab a CSRF token cookie from Instagram.com, but I get an error message when running the program through any sort of HTTPS or SOCKS5 proxy, informing me that the CSRF cookie isn’t provided.
If s.proxies is co…