During PDF creation, several external JavaScript files are referenced on another server. These files are compressed but, when Prince requests them, it's passing an Accept-Encoding: identity header in the request.
Is there any configuration option in Prince to tell it to send a header that accepts compression?
GET http://some-server/file.js HTTP/1.1
Host: some-server
User-Agent: Prince/11.2 (www.princexml.com)
Accept: */*
Accept-Encoding: identity
Referer: http://localhost/myApp
Connection: Keep-Alive
Is there any configuration option in Prince to tell it to send a header that accepts compression?
GET http://some-server/file.js HTTP/1.1
Host: some-server
User-Agent: Prince/11.2 (www.princexml.com)
Accept: */*
Accept-Encoding: identity
Referer: http://localhost/myApp
Connection: Keep-Alive