After testing, it was an issue with how I was sending the pings... it was stupidly obvious and one of those moments that make you say "Dope!"
So its right there, in request.headers['X-Pingback'] just as it should be. [SOLVED] -Thadeus On Wed, Dec 23, 2009 at 11:56 AM, Thadeus Burgess <thade...@thadeusb.com> wrote: > ubuntu linux 9.10 > > web2py hg tip. > > I am looking for is the X-Pingback header. I am using another instance > of web2py to act as a client that places the X-Pingback header, and it > uses urllib to communicate to my app. I have the app set up to log the > headers in a file each time a request is made so that I can verify. It > seems to see everything but not X-Pingback, I might be doing something > wrong with my client app though. > > When I get home, I will send you a copy of the two apps to see if it > can be reproduced. > > -Thadeus > > > > > > On Wed, Dec 23, 2009 at 8:59 AM, mdipierro <mdipie...@cs.depaul.edu> wrote: >> they should in parsed in request.env.http_* and unparesed in >> request.wsgi.environ >> >> which os? which web2py? >> >> >> On Dec 23, 1:27 am, Thadeus Burgess <thade...@thadeusb.com> wrote: >>> I am not seeing a place where you can read the request.headers, neither in >>> the request.env or request.wsgi.environ >>> >>> -Thadeus >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To post to this group, send email to web...@googlegroups.com. >> To unsubscribe from this group, send email to >> web2py+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/web2py?hl=en. >> >> >> > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.