Open rexim opened 8 years ago
During investigating #52 I found that url.el sends Accept: */* header by default. Maybe we should replace it with Accept: text/html, because text/html is the only thing we can work with right now. The same can applied to the cURL transport as well.
Accept: */*
Accept: text/html
text/html
During investigating #52 I found that url.el sends
Accept: */*
header by default. Maybe we should replace it withAccept: text/html
, becausetext/html
is the only thing we can work with right now. The same can applied to the cURL transport as well.