I need to create simple HTTP request with Windows Phone 8 C++/CX. Where could I find an example?
This http://msdn.microsoft.com/en-US/library/windowsphone/develop/jj662956(v=vs.105).aspx document says IXMLHTTPRequest2 should be supported but I have no idea how to enable it in my project. It is just a standard Windows phone Direct3d native app?
Microsoft’s example for IXMLHTTPRequest2, worked for me in windows phone 8 c++/cx
http://msdn.microsoft.com/en-us/library/hh873181.aspx
The only changed I needed to do, was for CreateStreamOverRandomAccessStream which is not implemented in WP8.
Rewrite this method:
To this: