Scamper
Scamper copied to clipboard
Bug: Additional information in HTTP Request are not evaluated
The WebClient library supports a lot of features such as an userAgent or other attentional request informations. However, these informations are not being submitted so that webpages look bad (because Scamper doesn't get a light version and cannot display all HTML and CSS elements)
The fix only enables the default User-Agent string. I don't know whether other additional information in the request will be sent correctly (because Scamper doesn't use this at the moment).
Do you have an example of a site that would look better if a "give-me-the-light-version" parameter was set in the request? (What is the measurable benefit for our customer?)
(Adding the User-Agent-string in HTTP headers is our only modification of the WebClient package)