-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-PJAX is X-Pjax #10
Comments
FF 4.0.1 on Mac OS X 10.6.7: http://cl.ly/63Ek Chrome dev says the same thing although admittedly the inspector doesn't allow me to look at a XHR atm. |
Ubuntu 10.10 Chrome Dev shows this in the HAR output: {"name":"X-Pjax","value":"true"} |
HTTP Headers are case-insensitive according to the spec: http://www.rfc2616.com/#4.2 So this shouldn't be an issue - you should always check in a case-insensitive way anyway. |
Good point. |
Closing this unless someone thinks pjax should do something about it. |
I guess updating the documentation would be in order. I'll start handling it as lower case anyhow. |
The back button (history) doesn't work when PJAX is on - I don't know if it's just a browser issue or I use Chrome 11.0.696.71 on Snow Leopard |
@huemorgan: You're gonna want to file that as a different bug, because it is not related to this at all... |
|
Hey.
Both Chrome dev and Firefox 4.0 seem to be converting the name of the header to X-Pjax, so looking for X-PJAX serverside didn't work for me.
The text was updated successfully, but these errors were encountered: