본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox 28.0 developer tools error with Accept-Encoding

  • 4 답장
  • 4 이 문제를 만남
  • 2 보기
  • 최종 답변자: frankbb

more options

Hi,

When i do an SPDY request to a SPDY capable web server (NGINX) Firefox developer tools says that the Accept-Encoding request header is added.

Accept	                text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding	gzip, deflate
Accept-Language	nl,en-US;q=0.7,en;q=0.3
Cache-Control	        no-cache
Connection	        keep-alive
Cookie	                originURI=
Host	                        $host
Pragma	                no-cache
User-Agent	        Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0

When i enable debugging in NGINX there is no Accept-Encoding request header.

2014/04/15 10:15:10 [debug] 21157#0: *1 http exten: "css"
2014/04/15 10:15:10 [debug] 21157#0: *1 spdy http request line: "GET /mxui/ui/mxui.css HTTP/1.1"
2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "host: $host"
2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28
.0"
2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "accept-language: nl,en-US;q=0.7,en;q=0.3"
2014/04/15 10:15:10 [debug] 21157#0: *1 generic phase: 0

- Is there a reason not to sent the accept-encoding header when doing a SPDY request? (Chrome is sending this request header with SPDY).

Regards,

Frank

Hi, When i do an SPDY request to a SPDY capable web server (NGINX) Firefox developer tools says that the Accept-Encoding request header is added. <pre><nowiki>Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding gzip, deflate Accept-Language nl,en-US;q=0.7,en;q=0.3 Cache-Control no-cache Connection keep-alive Cookie originURI= Host $host Pragma no-cache User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0</nowiki></pre> When i enable debugging in NGINX there is no Accept-Encoding request header. <pre><nowiki>2014/04/15 10:15:10 [debug] 21157#0: *1 http exten: "css" 2014/04/15 10:15:10 [debug] 21157#0: *1 spdy http request line: "GET /mxui/ui/mxui.css HTTP/1.1" 2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "host: $host" 2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28 .0" 2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" 2014/04/15 10:15:10 [debug] 21157#0: *1 http header: "accept-language: nl,en-US;q=0.7,en;q=0.3" 2014/04/15 10:15:10 [debug] 21157#0: *1 generic phase: 0</nowiki></pre> - Is there a reason not to sent the accept-encoding header when doing a SPDY request? (Chrome is sending this request header with SPDY). Regards, Frank

글쓴이 cor-el 수정일시

모든 댓글 (4)

more options

This is because it already does by default. http://kb.mozillazine.org/Network.http.accept-encoding

Check out the about:config page and look what it is set to.

Hope this helps.

more options

But the problem is that the request header accept-encoding is not sent when doing a SPDY request while Firefox says it does.

more options

Oh I see, the SDY request version of the request does not have encoding but the Web dev tools version of the request does have it.

SDY is an open Google project that uses this type of compression: https://developers.google.com/speed/w.../compression is also removes some headers https://developers.google.com/speed/a.../spdy-for-mobile

Then there is this: https://developers.google.com/speed/a.../gzip It looks like the server/spdy is ignoring that encoding header?

Which one does it request first? I assume that the request is from Firefox, then is received by the spdy proxy, where it looks like it is ignored?

글쓴이 guigs 수정일시

more options

Maybe this makes my request more clear: http://trac.nginx.org/nginx/ticket/542

It seems that Firefox won't send Accept-Encoding header over SPDY and that caused confusion and when i tried to debug developer tools told me that Accept-Encoding is sent.

글쓴이 frankbb 수정일시