mastercho
mastercho
Issues getting out of hand, redirect not working, stop-at-first-match not working and timeout also not working, then tool is like half broken at that stage 😢
I can't reproduce it on my side, so leaving for PD devs EDIT: NVM i changed target and reproduce it
Interesting i got same issue, now rerunning list to see if is some memory leak or site issue
After i rerun list with more free RAM didnt got the error, so somewhere happens to be memory leak
> Hi @mastercho > > we have fixed the FP > > Can you confirm with these changes and let us know > > Thanks I have send you more...
> Have you tried using that proxy in browser to confirm it's actually working, e.g. with the Firefox addon FoxyProxy? Yes, i tried with Firefox(FoxyProxy), Proxifier and Python Requests works...
Like this? ``` 2024-08-01 06:28:12 INFO ReqId 70888 Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://2ip.io', 'maxTimeout': 120000, 'returnOnlyCookies': 'true', 'proxy': {'url': 'Http://proxy.packetstream.io:31112', 'username': '*****', 'password': '*****'}} 2024-08-01...
@ilike2burnthing no, that's not the case if you see in first debug report its not capitalise it, that on https://2ip.io just left lile that when i was testing, but doesnt...
I dont know if you mean the payload or the code which i run, i use C# code bellow to prepare payload and do request ```c# using (HttpClient client =...
> Does it work if you just use the following? > > ```shell > curl -L -X POST 'http://localhost:8191/v1' \ > -H 'Content-Type: application/json' \ > --data-raw '{ > "cmd":...