From puneet.lakhina at gmail.com Thu Jul 17 02:50:26 2008 From: puneet.lakhina at gmail.com (Puneet Lakhina) Date: Thu, 17 Jul 2008 15:20:26 +0530 Subject: [Livehttpheaders] Exclude URL Regular expression Message-ID: Hi, I am trying to exclude gmail's requests from Live Http headers, but I cant seem to get the exclude reg ex to work. My exclude regex is this: .gif$|.jpg$|.ico$|.css$|.js$|.*mail.google.com.* Any ideas/suggestions? -- Puneet http://sahyog.blogspot.com/ Latest Post: javac -g -------------- next part -------------- An HTML attachment was scrubbed... URL: From wanghs at yahoo.com Tue Jul 15 00:05:39 2008 From: wanghs at yahoo.com (Wang Hock Seng) Date: Tue, 15 Jul 2008 00:05:39 -0700 (PDT) Subject: [Livehttpheaders] method use to display http header Message-ID: <44029.58384.qm@web53701.mail.re2.yahoo.com> Hi Expert, I want know what is the method the livehttphearder to retrieve http header. I found there are different when I use livehttpheader and compare with the viewhttpheader jsp program (see attached) to retrieve http header. My application is using SUN Access Manager Policy Agent and I have defined a profile attribute (which is from the LDAP server) to be retrieve via http header. So when I use the viewhttpheader.jsp, I'm able to view the profile attribute output in this jsp page but not via livehttpheader plugin? For your information that Profile (LDAP) attributes as HTTP headers can be retrieved using the following methods on the javax.servlet.http.HttpServletRequest interface: java.util.Enumeration getHeaderNames() May I know what method is using to retrieve http header using livehttpheader tool? Can any tell me why? Many thanks Regards, Eddie -------------- next part -------------- A non-text attachment was scrubbed... Name: viewhttpheader.jsp Type: application/octet-stream Size: 1780 bytes Desc: not available URL: From nathan at insupport.com Tue Jul 22 17:00:31 2008 From: nathan at insupport.com (Nathan Mallamace) Date: Tue, 22 Jul 2008 17:00:31 -0700 Subject: [Livehttpheaders] cURL & HTTP Live Headers + Overview Message-ID: <002001c8ec57$1feaa380$5fbfea80$@com> 1. Are there any good tutorials on using HTTP Live Headers and coding in PHP, specifically using the cURL method? I searched high and low with no results. I imagine this more of a common question because the two are so well matched. 2. Is there some basic guide on how to read the information I see in HTTP Live Header or just a basic *use* tutorial that would explains some of this stuff.? I'm just looking for an overview nothing detailed, the more detailed the better. Nathan Mallamace email: nathan at insupport.com insupport-150x48 Post Office Box 23054 San Jose, CA 95153 web: www.insupport.com phone: (408) 309-5799 fax: (408) 904-5555 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2714 bytes Desc: not available URL: From nathan at cruzeo.com Tue Jul 22 17:07:18 2008 From: nathan at cruzeo.com (Nathan) Date: Tue, 22 Jul 2008 17:07:18 -0700 Subject: [Livehttpheaders] cURL & HTTP Live Headers + Overview Message-ID: <002601c8ec58$12607e50$37217af0$@com> 1. Are there any good tutorials on using HTTP Live Headers and coding in PHP, specifically using the cURL method? I searched high and low with no results. I imagine this more of a common question because the two are so well matched. 2. Is there some basic guide on how to read the information I see in HTTP Live Header or just a basic *use* tutorial that would explains some of this stuff.? I'm just looking for an overview nothing detailed, the more detailed the better. Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at cruzeo.com Tue Jul 22 17:13:45 2008 From: nathan at cruzeo.com (Nathan) Date: Tue, 22 Jul 2008 17:13:45 -0700 Subject: [Livehttpheaders] FW: cURL & HTTP Live Headers + Overview Message-ID: <002b01c8ec58$f95d0800$ec171800$@com> Hey mod, Can you change my email from httpliveheaders at cruzeo.com to nathan at cruzeo.com This one is the one I actually want to use. the other one I can't necessarily reply to as it's a catch-all. Nathan From: Nathan [mailto:nathan at cruzeo.com] Sent: Tuesday, July 22, 2008 5:07 PM To: 'livehttpheaders at mozdev.org' Subject: cURL & HTTP Live Headers + Overview 1. Are there any good tutorials on using HTTP Live Headers and coding in PHP, specifically using the cURL method? I searched high and low with no results. I imagine this more of a common question because the two are so well matched. 2. Is there some basic guide on how to read the information I see in HTTP Live Header or just a basic *use* tutorial that would explains some of this stuff.? I'm just looking for an overview nothing detailed, the more detailed the better. Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniels at xsoli.com Wed Jul 23 18:47:55 2008 From: daniels at xsoli.com (Daniel Savard) Date: Wed, 23 Jul 2008 21:47:55 -0400 Subject: [Livehttpheaders] cURL & HTTP Live Headers + Overview In-Reply-To: <002601c8ec58$12607e50$37217af0$@com> References: <002601c8ec58$12607e50$37217af0$@com> Message-ID: <4887DF4B.5000303@xsoli.com> Hello Nathan, Here is some 'tutorials' on LiveHTTPHeaders: http://www.builderau.com.au/program/web/soa/Monitor-Web-site-requests-with-Mozilla-s-LiveHTTPHeaders-extension/0,339024632,339283020,00.htm http://www.hmtweb.com/blog/2008/04/livehttpheaders-and-seo-how-to-check.html For more information about what headers do, the best is the RFC or wikipedia: http://tools.ietf.org/html/rfc2616 http://en.wikipedia.org/wiki/List_of_HTTP_headers Daniel Nathan wrote: > > 1. Are there any good tutorials on using HTTP Live Headers and coding > in PHP, specifically using the cURL method? I searched high and low > with no results. I imagine this more of a common question because the > two are so well matched. > > 2. Is there some basic guide on how to read the information I see in > HTTP Live Header or just a basic **use** tutorial that would explains > some of this stuff.? I?m just looking for an overview nothing > detailed, the more detailed the better. > > Thanks, > > Nathan > > ------------------------------------------------------------------------ > > _______________________________________________ > Livehttpheaders mailing list > Livehttpheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/livehttpheaders >