teampoltergeist / poltergeist

A PhantomJS driver for Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Content-Length Response Headers in gzipped Network Traffic

tomgallagher opened this issue · comments

Hi

When content is gzipped, Phantom or one of its constituent parts deletes the content-length header.

See this issue ariya/phantomjs#10156

Not sure why it would do this but can anyone suggest a workaround with Capyabara/Poltergeist DSL?

Thanks

Tom

If PhantomJS isn't providing the info there is no way for Poltergeist to get it.