I have an app where library is making a Http Request. I don't have any control over this. I need to hook in to the request and place a header in to the request for authentication purposes. Is there a way to hook in to an event so as to see outgoing requests, and potentially alter them before they are sent to the server?
I'm currently using Silverlight, but any examples in .NET, UWP, or .NET Core would also be great.