You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll only see request bodies if they're sent, which may not always be the case
Responses require you to make an actual connection to the intended destination. Right now you're just connecting the incoming request socket to stdout. You have to make a separate socket connection to dstAddr:dstPort and pipe that back to socket (and optionally log that to stdout if you want).
hi beautiful lib! congrants
I was trying to write a proxy socks that could log the http traffic and contents and show in stdout.
how can I do it? is there something like this already done?
my attempts is this:
The text was updated successfully, but these errors were encountered: