Redbot reports that my webpage has invalid header:
The ETag header’s syntax isn’t valid.
My headers are set to:
ETag: 4ae413bd
Why is it invalid?
What is the syntax for an ETag?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
ETag: "4ae413bd".The value of an ETag must follow the ABNF form:
, which is basically
([wW]/)?"([^"]|\\")*"in regular regex.Note that both
"\"and"/"are valid values for etags.References: section-14.19, section-3.11, section-2.2.