I want to request reports from a third party and they require "Basic Access Authentication" via POST:
Your client application must use Basic Access Authentication to send the user name and password.
Can someone point me in the right direction or recommend a tutorial on how to do this with C#?
Edit: I did see this post but there are two answers and I'm not sure if thats what I need to do or which one is the preferred method.