[WP8.1]: Changing Windows Phone 8.1 WebView default User-Agent in all outbound HTTP requests
Recently, I'm developing Windows Phone 8 app which hosting our cloud services. We need to add some custom HTTP Headers in to requests. Unfortunately, Windows Phone 8 WebBrowser control doesn't have properties to set custom User-Agent by default. The only way you can do is the method: But with this…