osx Monitor Mobile Traffic On OSX Developing a mobile app on OSX with Xamarin or any other tooling, you might run into the situation when you want to see what's being transfered over the wire. As a long time Windows developer I've been use to Fiddler, but what do you do when
webapi Consume an IISExpress hosted WebAPI from OSX Developing a mobile application with Xamarin on OSX consuming a WebAPI hosted on windows, can be a bit complicated if you want to run everything local and keep things as simple as possible. The goal of this post is a step by step to consume an IISExpress hosted WebAPI running