3 messages in ru.sysoev.nginxTesting arbitrary HTTP headers
FromSent OnAttachments
Cliff WellsMar 23, 2007 2:58 pm 
Cliff WellsMar 23, 2007 3:21 pm 
Philip HallstromMar 23, 2007 4:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Testing arbitrary HTTP headersActions...
From:Cliff Wells (clif@public.gmane.org)
Date:Mar 23, 2007 2:58:32 pm
List:ru.sysoev.nginx

I recently had an issue with Google Web Accelerator breaking one of my AJAX apps and stumbled across this web page:

http://www.petefreitag.com/item/312.cfm

This seems a good idea for web applications, but I'm wondering how I can achieve something equivalent to

if ($x_moz = prefetch) { return 404; }

since $x_moz isn't a predefined Nginx variable. It also raises the larger question of how to test against arbitrary HTTP headers.

Regards, Cliff