Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"Not Acceptable" error when fetching ReactJS test server #5399
Labels
Comments
|
This appears to be the |
|
Probably because we don't have one! |
|
By contrast, Firefox sends an Accept header like |
|
We should add one in the HTTP loader for now (just asking for |
|
Code: components/net/http_loader.rs |
|
I'm currently working on this. |
bdero
added a commit
to bdero/servo
that referenced
this issue
Mar 28, 2015
The value of the header is: `text/html;q=0.9,*/*;q=0.8` Closes servo#5399
|
Hooray! |
bdero
added a commit
to bdero/servo
that referenced
this issue
Apr 22, 2015
The value of the header is the same as that of Firefox 35.0.1: `text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8` Closes servo#5399
bdero
added a commit
to bdero/servo
that referenced
this issue
Apr 27, 2015
The value of the header is the same as that of Firefox 35.0.1: `text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8` Closes servo#5399
bors-servo
pushed a commit
that referenced
this issue
Apr 27, 2015
The value of the header is: `text/html;q=0.9,*/*;q=0.8` Closes #5399 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5424) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

After running
grunt test --debugand watching the server start, I see:Something about our HTTP fetch is disliked by the server.
Blocks #5398