TJP

Results 25 comments of TJP

it does not work for https urls.

``` from proxy.http.proxy import HttpProxyBasePlugin from proxy.common.utils import build_http_response import proxy import requests from http.client import responses import sys class ProxyPlugin(HttpProxyBasePlugin): def handle_client_request(self, request): print("Handle client request hook") print( f"Request...

Oh yep having a list of integers is definitely better. I'll do that. I'll try casting and see if it works. Cuz was working normally in a other python library.