/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Httptap: View HTTP/HTTPS requests made by any Linux program
(github.com)
664 points
alexflint
| 1 comments |
03 Feb 25 16:28 UTC
|
HN request time: 0.259s
|
source
Show context
ranger_danger
◴[
03 Feb 25 19:23 UTC
]
No.
42921763
[source]
▶
>>42919909 (OP)
#
Why not use eBPF instead? Then you could see all http requests from all processes at once, including ones that are already running. Plus you wouldn't need to bother with TLS at all, just hook on e.g. write(2).
replies(5):
>>42921870
#
>>42921954
#
>>42923824
#
>>42924500
#
>>42927428
#
somanyphotons
◴[
03 Feb 25 19:39 UTC
]
No.
42921954
[source]
▶
>>42921763
#
Presumably eBPF requires root privs?
replies(2):
>>42922030
#
>>42922926
#
1.
◴[
03 Feb 25 20:51 UTC
]
No.
42922926
[source]
▶
>>42921954
#
ID:
GO
↑