Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Basic HTTP problems

by Anonymous Monk
on Feb 05, 2021 at 19:27 UTC ( [id://11127947]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Basic HTTP problems
in thread [SOLVED] Basic HTTP problems

When troubleshooting issues like this, always look at server logs also. Looks like this was an authentication-related issue due to the absence of cookies, and the server will have logged it as such. You really can't tell much from TCPDUMP.

Replies are listed 'Best First'.
Re^4: Basic HTTP problems
by Bolemo (Acolyte) on Feb 05, 2021 at 19:45 UTC

    Yes, this is good advice, when you have access to it.

    In this case, the handler fonctions were exactly what I needed: to know what is being sent and received as tcpdump misses al lot of data as you pointed out.

      If you have access to it wireshark is more intelligent about "common" protocols and can give you a protocol-level dump rather than just stopping at the TCP layer (presuming you're not hitting something over https; but even then I believe that there's ways to proxy around that or use the server's key if you control / have access to that).

      The cake is a lie.
      The cake is a lie.
      The cake is a lie.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11127947]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-24 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found