I am creating a Webview that loads content from a site that provides mobile specific http response. The problem is I don't want this response, I would prefer the regular feed. How can I keep the website from treating the request as from a mobile device? I am thinking maybe there is a way to keep the website from recognizing the request as from mobile. Perhaps a manifest option or some option in the Webview?