![]() |
eTag questions - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: eTag questions (/showthread.php?tid=14000) |
eTag questions - Seph - 10-18-2015 02:16 AM Hey there, could someone explain to me what these errors mean and how I can get rid of them? The ETag header's syntax isn't valid. The Pragma header is being used in an undefined way. Redbot.org is showing them. Thanks. RE: eTag questions - akshayranganath - 10-20-2015 06:54 AM #1: ETAG header has a specific format like this: Etag: "some value" Note that the value has to be within quotes. You can check the format here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html #2: You need to paste more information. Specifically, the HTTP request/response headers to help identify the problem. RE: eTag questions - Seph - 10-20-2015 09:16 PM Ok. Which data should I paste exactly. I'm using a theme within wordpress. RE: eTag questions - akshayranganath - 10-20-2015 11:56 PM You will need to open the Chrome Dev tools -> Network tab. Then click on the headers and then paste this information. This will show the HTTP request/response headers. Or you can simple run a test on WPT and place the link. That would help as well. |