Kein
❔ HTTPclient fails to POST properly
I dont think it has anything to do with it, I think it is some default client setup between curl and HTTPClient, the former just have it being sent by default because it is often used as REST API debugging tool so it makes sense to hone it for that case, where was
HttpClient
is too generic39 replies
❔ HTTPclient fails to POST properly
But yeah it does not make any sense for any header dot content do not match, I've printed the FormURLEncoded data and it is exactly what I send with cURL, same with the headers, cookie is added via
DefaultRequestHeaders
39 replies
❔ HTTPclient fails to POST properly
200 OK which is a normal request to
session/login
page, should be 302 found + redirect
I really dont want to spend gazzlion of effort for the next few days making BURP work with https, so I can just inspect difference in headers, it is pain39 replies
❔ Pinging hundred of hosts sequentially
I'm somewhat mimicking existing app that does the same, and it yields close to perfect results.
I offloaded Ping to async version and situation became a bit better but I still get 5-6 timeouts on average. If I ping said hosts immediately after that they responsed 100%
4 replies