Dnia poniedziałek, 17 października 2011 o 09:02:57 gazgaz #### napisał(a): > Hi, bonjour > > Can you explain me why there's a difference between firebug head > control and unix lynx console command as: > > lynx -head "http://edu.ca.edu/squelette-ahuntsic" > and the result 302!!! > > because > with firebug > i get 200 with http://edu.ca.edu/squelette-ahuntsic > > So i am not a dev but > someone of team devs lynks says links uses HHTP/1.0 > what about firebug?? > > and WHO SAYS RIGHT HERE?? Qui dit vrai ici? > firebug or unix lynx command line ??
They are both right. Lynx returns 302 because this is what the server returns. Firefox interprets 302 and reevaluates it into 200, which is where Firebug can handle it. HTH, Chris -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
